Error-Page, ViewExpired Exception

2010-06-23 Thread Christian Schneider
Hi experts, i want to deny the browser back navigation without using javscript (the application should run on old mobile phones). Therefore I set the Context-Parameter org.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION to 1. With this workaround a ViewExpiredException will thrown if the user use the

Re: Missing ELResolver on MyFaces 1.2 for ManagedBean Accesssing

2010-06-01 Thread Christian Schneider
-api/artifactId version1.0/version scopeprovided/scope /dependency regards, Leonardo 2010/5/31 Christian Schneider ch.schnei...@gmx-topmail.de Hi experts, i try to access an RequestBean from a SessionBean like this: final DebuggerBean db

Missing ELResolver on MyFaces 1.2 for ManagedBean Accesssing

2010-05-31 Thread Christian Schneider
Hi experts, i try to access an RequestBean from a SessionBean like this: final DebuggerBean db = (DebuggerBean) FacesContext.getCurrentInstance().getApplication().getELResolver().resolveVariable(facesContext, neededBean); This way is described here [1]. But i got an error that the needed

Changing selected index on a tabbedpane don't work after clicking a tabbed header

2010-05-22 Thread Christian Schneider
Hi, I have a problem with a tabbedpane and the selection index. I want to change the selected tabbed pane with a commandlink. Everythink works fine until i change the selected tab by click a tabheader. Try it here: http://www.s2server.de:8080/MyFacesTabbedPaneExample-1/Starter.faces Clicking