i have a problem when i run a page.jsp : Exception while calling encodeEnd on component : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /compteListe.jsp][Class: javax.faces.compo
I search for an architecture to implement an egovernment solution with java. I would like the possible solution present the following features:
I have the follwing listener used via f:event type=\"preRenderView\" listener=\"#{sessionCheck.loginVerify}\"/ in my jsf page:
We are migrating JSF1.2 to JSF2 application and I have bumped into a problem with custom components. We have a seperate jar with components, and in that jar I have this:
For developm开发者_JAVA技巧ent of my first JSF 2.0 app I use GlassFish v3.1, deployment is planned on JBoss 6. Are there libraries which work on both servers and support JDBC based login? I have read
I have the following FacesValidator: @RequestScoped @FacesValidator(\"passwordValidator\") public class PasswordValidator implements Validator {
Having this lines of code: <h:commandLink value=\"Reset Filter\" styleClass=\"button\"> <f:ajax event=\"click\" render=\"filterWindowDiv 开发者_如何学编程tableX\" listener=\"#{beanX.reset}\"
I am creating components dynamically using rich:dataTable and the components in each row are checkbox, text1, text2. I am able to create/delete rows. I added validators for text1 and text2.
I\'m using JSF2 on GlassFish 3. I have a form that accepts and optional phone number.I have this custom phone number validator (below), and I have the field set to required=\"false\" because the phon
currently, I have foll开发者_如何学编程owing DTD: <!DOCTYPE faces-config PUBLIC \"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN\"