1. Redirect offsite page with POST instead of GET in JSF stackoverflow.comIn 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.comIf 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:
|
3. Partial Page Rendering using Spring Webflow forum.primefaces.orgDoes 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.orgHi 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.orgRendering 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.orgSep 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.orgHTML 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.orgIs 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 ... |