As its always great challenege working with request scope beans . I just made
it successfully work for commandlink inside a dataTable using tomahawk
preservedModel="true"
Then the next challenge is when i click the Submit button on the page it
doesnt call action method and simply reRender the page and dataTable
I am using <t:saveState value="#{deviceBean.device}" /> after <f:view> this
works but when i use
<t:saveState value="#{deviceBean}" /> it results in MethodNotFoundException
deviceBean.edit()
I also change the state to client in web.xml but it didnt help
I also change DeviceBean implements Serializable it didnt help
Wondering why i am unable to save the entire bean state with <t:saveState
value="#{deviceBean}" />
The jsf page has dataTable with commandLink
--
View this message in context:
http://www.nabble.com/JSF-MyFaces-Request-Scope-Bean-doesnt-call-Action-Method-tp16825420p16825420.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.