page « JSF « Spring Q&A





1. Redirect offsite page with POST instead of GET in JSF    stackoverflow.com

In the payment section of our website, I get from the bank its paymentPage URL and paymentID. After that I have to redirect the client browser to the bank paymentPage URL ...

2. Passing request scoped beans from one page to another    stackoverflow.com

If I have a request scope bean on a page in JSF2....how do I pass it to another page (I'm using JSF2 with Spring)? I've tried the following but it doesnt work:

<h:commandButton ...

3. Partial Page Rendering using Spring Webflow    forum.primefaces.org

Does primefaces partial page rendering work with spring webflow? If so, does anybody have a working example. In the PrimeFaces showcase demo there are 2 simple ajax framework examples: "Basic PPR" ...

4. Custom login page using JSF    forum.springsource.org

Hi all, I want to customize my login page using JSF. I created a LoginBean with the method doLogin Code: public String doLogin ( ) throws IOException, ServletException { ExternalContext context ...

5. Rendering a JSF error page when a 403 error occurs.    forum.springsource.org

Rendering a JSF error page when a 403 error occurs. I am trying to redirect a user to a permission error page when a 403 error is fired off by Acegi. ...

6. Not Getting my accessdenied jsf page    forum.springsource.org

Sep 6th, 2007, 01:51 AM #1 Ambika View Profile View Forum Posts Private Message Member Join Date Sep 2007 Posts 34 Not Getting my accessdenied jsf page Hi, I am a ...

7. problem when redisplay a jsf the page(DI lost)    forum.springsource.org

HTML Code: ADVERTENCIA: org.apache.jasper.el.JspELException: /paginas/sortableDataTable2.jsp(119,3) '#{userSessionBean.listaDeDatos}' Error reading 'listaDeDatos' on type com.transporte.mbean.UserSessionBean javax.faces.FacesException: org.apache.jasper.el.JspELException: /paginas/sortableDataTable2.jsp(119,3) '#{userSessionBean.listaDeDatos}' Error reading 'listaDeDatos' on type com.transporte.mbean.UserSessionBean at javax.faces.component.UIData.getValue(UIData.java:585) at javax.faces.component.UIData.getDataModel(UIData.java:1063) at javax.faces.component.UIData.setRowIndex(UIData.java:417) at javax.faces.component.UIData.iterate(UIData.java:1131) .......... ...

8. How to use SpEL in JSF pages?    forum.springsource.org

Is it possible to use SpEL in JSF pages? I'm using Myfaces, Facelets, Spring to manage all the beans and SpEL to inject properties into beans, now I want to use ...