I have a requirment in which I need to disable a drop down on certain event through JavaScript and then submit the form. The problem is that when the drop down component is disabled the value in the d
imagine there is BeanA bound to ViewA.xhtml and BeanB bound to ViewB.xhtml. BeanA and BeanB are backing beans with just one attribute per bean: \"Object obj;\" with getters and setters.
I\'m using JSF 2.0 and PrimeFaces library. I have a page with several inputs (among them there are 2 p:calendar components).
I want to display a composite component inside a dialog. It works but then how do I close that dialog from the composite component.
I\'m using a h:selectManyMenu, but it doesn\'t render correctly in Chrome (12), Firefox (5) or Internet Explorer (8). The h:selectOneMenu works fine but it doesn\'t allow the selection of multiple val
This morning I had reason to try using multiple Converters on an inputText component and realized that this doesn\'t work.
This question already has answers here: Validation Error: Value is not valid (3 answers) Closed 6 years ago.
In PrimeFaces when I use: 开发者_StackOverflow中文版<p:inputText required=\"true\" requiredMessage=\"message\"
I am fairly new to JSF. Just trying to get a simple application working (which was previously written using another technology).
Im having a big issue with JSF2 render actions. Im using a simple c:forEach to iterate over a List. This list has itens and those items has a List of more Itens. So its a nested c:forEach. The sub lis