Handling ViewExpiredException
- <error-page>
- <exception-type>javax.faces.application.ViewExpiredException</exception-type>
- <location>/faces/viewExpired.xhtml</location>
- </error-page>
sharing some tech problems and soln
Posted by Sajjad at 4:45 pm 0 comments
Labels: JSF
FacesContext facesContext = FacesContext.getCurrentInstance();
NeededBean neededBean
= (NeededBean)facesContext.getApplication()
.createValueBinding("#{neededBean}").getValue(facesContext);
Posted by Sajjad at 1:52 pm 0 comments
Labels: JSF, managed bean