I\'m starting up a new jsf2/jQuery project, and would like to use the a4j:jsfunction in the ajax4jsf library. The problem is that ajax4jsf is not supported for jsf2. So I have to find some other appro
JSF has a special state-saving code that expects objects to implement StateHolder apart from the common Serializable approach. However, I just had a开发者_运维知识库 look at AjaxBehaviorListenerImpl c
Is there any tag in JSF which can be used to assign some id to group of child tags, but not rendering any content? Something like this:
I\'m looking for a way to achieve the following switch in JSF: ... <div> if empty(<h:messa开发者_开发技巧ge for=\"x\">)
I want to create composite component and attach some validators to it\'s children, but I want message from validation to be attached to composite component, not to it\'s child.
The code: <div> <h:outputText value=\"DelivertyType: \" style=\"width:135px\"/>开发者_JAVA技巧;
I think the best way to resolve this problem is just to paste my code : Selector bean @ManagedBean(name=\"selector\")
I have a very simple JSF 2.0 project. I have an index.xhtml file to show me a picture of Mount Rushmore.
I have a page that load (in a panelGroup) two different page, due to the login status (logged, not logged). This is the main switch :
I currently have 2 command buttons and one listbox. Based on listbox selection, the result generated can be shown in a download-able file or rendered as an HTML table. The getFile() code is based on B