My application looks and works great so far. My users will have a lot of crucial decisions to make, like deleting or editing entities or accepting applications which causes an email. For that reason I
I\'m developing a Java EE application (JSF2 + 开发者_StackOverflow中文版richfaces+ Facelets + Tomcat).
Consider a page webapp/myPage.xhtml: ... <h:form id=\"myForm\"> ... <h:selectOneMenu id=\"...\" required=\"true\" value=\"#{myController.aValue}\">
This question already has answers here: 开发者_如何转开发 How to dynamically add JSF components
Suppose I want display table: +---------开发者_如何学C-----------------------+ ----------------------------------
Is there a way to make a progess/loading bar while a JSF page is l开发者_StackOverflowoading (something like the thing google has when you\'re loggin into gmail, the thin bar in the top left hand corn
I would like to submit a key value to my backing bean so that I know which person within a collection user trying to update. I think I need to used f:param to do so, but somehow it does not work. It w
I have a strange problem with the <ui:repeat> tag. Even for my very simple example, value bindings inside nested repeat components do not work as expected.
I have a basic question about JSF and their ManagedBeans. Imagine we have set a ManagedBean that only contains data for and from my view:
As far as I know, for using @Annotations (or [Attributes] in C#) you have to have a reference to the class metadata, so that you can ask if the class is annotated (attributed) or not.