facelets
JSF 1.2 migration to Facelets
My all application is written with jsf 1.2 I want to use from this moment on facelets where xhtml files are.[详细]
2023-03-29 08:40 分类:问答data access problem in jsf
I have the following class-files: class RowData { ... ArrayList<String> valueMap; ... } class Bean { ...[详细]
2023-03-28 20:26 分类:问答Cannot convert server of type class java.lang.String to class org.richfaces.PanelMenuMode
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[详细]
2023-03-27 20:29 分类:问答Changes in .xhtml file not reflected in browser, restart and build needed
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中文[详细]
2023-03-27 07:34 分类:问答An alternative web framework (instead of JSF) to use with CDI
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.[详细]
2023-03-27 00:47 分类:问答jsf ui:repeat with multiple items in row
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\">[详细]
2023-03-26 22:38 分类:问答What is the best way of using `<h:form>` element in JSF 2?
Is it a good idea to create facelets with a single <h:form> as a wrapper around all other components like this:[详细]
2023-03-25 16:27 分类:问答JSF with facelets in Tomcat7
I am trying to deploy aJSF 2.0 application with Facelets 1.1.14 to Tomcat7. I am getting the following exceptions:[详细]
2023-03-25 02:38 分类:问答How to iterate over two arrays in one ui:repeat?
I need insert the value in the \'title\' attribute but I\'m wondering how do that, it should be something like:[详细]
2023-03-24 05:02 分类:问答h:outputLink with f:ajax - method called, but link not shown
This does not work <h:form style=\"display: inline;\"> <h:outputLink value=\"#{title.link}\" >[详细]
2023-03-23 22:31 分类:问答