Andrew
I hope its silly question but its not. I am able to find the solution and it
is remove the rendered attribute if it returns false action method never
gets called. 
Their are  other challenges like on submit of jsf form bean properties are
null which i just posted on this form


Andrew Robinson-5 wrote:
> 
> Silly question: is deviceBean and all of its member hierarchy
> serializable?
> 
> -Andrew
> 
> On Tue, Apr 22, 2008 at 1:08 PM, bansi <[EMAIL PROTECTED]> wrote:
> 
>>
>> 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.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JSF-MyFaces-Request-Scope-Bean-doesnt-call-Action-Method-tp16825420p16851325.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to