My all application is written with jsf 1.2 I want to use from this moment on facelets where xhtml files are.
I have the following class-files: class RowData { ... ArrayList<String> valueMap; ... } class Bean { ...
I have just upgraded an app previously running on Richfaces 3and JSF 1.2 to JSF2 and Richfaces 4, the app was also using tomahawk for the spread radio buttons,so, we also upgraded to the JSF2 version
If I make changes in my .xhtml file, the changes are not getting reflected on the screen in my browser. To get it to work, I have to restart the server everytime. This seems un开发者_StackOverflow中文
Is there other Java Web frameworks other than JSF which work well with CDI? \"Work well\" could be simply to have a template system which can access @Named beans.
Is it possible to iterate over collection and display multiple items in a row? Something like: <ui:repeat value=\"#{c.images}\" var=\"img\" step=\"3\">
Is it a good idea to create facelets with a single <h:form> as a wrapper around all other components like this:
I am trying to deploy aJSF 2.0 application with Facelets 1.1.14 to Tomcat7. I am getting the following exceptions:
I need insert the value in the \'title\' attribute but I\'m wondering how do that, it should be something like:
This does not work <h:form style=\"display: inline;\"> <h:outputLink value=\"#{title.link}\" >