Does any expert here have any particular preference for 开发者_JAVA技巧a JSF 2\'s project structure. Currently, I have the following:
Hello I\'m using a ViewScoped Bean the Problem is that when call it I get the NotSerializableException.
Consider a dummy case: <h:form id=\"wrapperForm\"> <h:panelGroup id=\"rowsContainer\"> <h:dataTable id=\"rowsTable\" value=\"#{bean.rows}\" var=\"row\" >
Code: <ui:repeat var=\"obj\" value=\"#{demo2Bean.someList}\"> <h:panelGroup id=\"foo\" /> <h:dataTable id=\"bar\" />
I\'d like to do client side开发者_如何学运维 component updates. Example: disable a button when a checkbox is clicked:
I\'m currently building my first JSF 2 application and I have some questions regarding flow of data between views.
I have a problem with h:selectOneMenu. If I put it in h:dataTable I\'m unable to set the default value.
What is the best Maven archetype to use on enterprise application in java using EJB and JAX-RS, considering that in a ne开发者_如何学Goar future i will have to make a front-end in JSF2 using as the ba
I have created a page with primefaces where I use the Lightbox component. I use it in a dynamic mat开发者_如何转开发ter as I create tumbnails on the fly with a servlet call.
I am trying to get Liferay 6.0, JBoss portlet bridge 2.0 and Richfaces 4.0.0 working together by using the configuration as stated in JBoss Forum and the portlet bridge documentation. My goal is to us