I need to execute a certain javascript function after the ajax update has been applied. I tried jsf.ajax.addOnEvent(ch.ergon.newom.ajaxUpdate) to
I have a primefaces textarea. User simply enters multiple lines in it and submits the form. In my backing bean, value is split at line-breaks. Each line is validated. The valid lines are removed from
I have JSF 2.0 form that looks like this <h:form id=\"formId\"> . . . <a4j:commandButton action=\"#{bean.myAction}\" value=\"foo\"oncomplete=\"#{rich:component(\'popup\')}.show();\" />
I am getting the following error in Eclipse: The action value does not开发者_StackOverflow社区 match a navigation case outcome
i am getting this warning in eclipse: Validator id is not registere开发者_开发百科d on the line:
I have a problem with p:selectOneMenu in primefaces 2.2.1. I want to add a new component \"开发者_Python百科selectoneMenu\" into primefaces2.2.1.jar.
I have a f:convertDateTime with a pattern of mm/dd/yyyy. However, people are able to enter 2/19/78 and it would be 0078 rather then 1978 or 2078. I want to force people to enter in all 4 digits.
I am working on JSF2.0 and Richfaces.I am having an requirement where I need to change the style of the form field(entire row) if the validation fails.I am using the following code to display field la
This XML file does not appear to have any style information associated with it. The document tree is shown below.
I am trying to debug an issue with the following code: <h:panelGroup id=\"items\"> <ui:repeat value=\"#{itemController.items}\" var=\"item\">