jsf-2
Execute Javascript *after* ajax update
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[详细]
2023-04-08 10:51 分类:问答handling line breaks in primefaces textarea submitted value
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[详细]
2023-04-08 10:25 分类:问答Richfaces poupPanel is shown before action execution
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();\" />[详细]
2023-04-08 10:08 分类:问答The action value does not match a navigation case outcome
I am getting the following error in Eclipse: The action value does not开发者_StackOverflow社区 match a navigation case outcome[详细]
2023-04-08 08:22 分类:问答Validator id is not registered
i am getting this warning in eclipse: Validator id is not registere开发者_开发百科d on the line:[详细]
2023-04-08 07:46 分类:问答selectOneMenu with primefaces 2.2.1
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.[详细]
2023-04-08 04:07 分类:问答f:convertDateTime not being strict in pattern match?
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.[详细]
2023-04-08 03:28 分类:问答Highlighting entire table row if validation fails
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[详细]
2023-04-08 01:14 分类:问答AutoSuggest running problem
This XML file does not appear to have any style information associated with it. The document tree is shown below.[详细]
2023-04-07 22:56 分类:问答empty ui:repeat, is the component created?
I am trying to debug an issue with the following code: <h:panelGroup id=\"items\"> <ui:repeat value=\"#{itemController.items}\" var=\"item\">[详细]
2023-04-07 22:48 分类:问答