[ 
http://issues.apache.org/jira/browse/MYFACES-581?page=comments#action_12330572 
] 

Mathias Broekelmann commented on MYFACES-581:
---------------------------------------------

Could it be a problem with the state? Are you using server or client state?
myfaces currently only holds the last state if using server state. RI holds up 
to 15 AFAIK.

> Frames
> ------
>
>          Key: MYFACES-581
>          URL: http://issues.apache.org/jira/browse/MYFACES-581
>      Project: MyFaces
>         Type: Bug
>   Components: Implementation
>  Environment: any
>     Reporter: SergeyM
>     Priority: Critical

>
> Actions for tabbed panel
> I have two frames. First navigation frame has command buttons. 
> <h:form id="form1" target="secondFrame">
> <h:commandButton value="action1" action="#{testBean.action1}"/>
> <h:commandButton value="action2" action="#{testBean.action2}"/>
> </h:form>
> Second frame has to get result depending on selected button of the first 
> frame(target="secondFrame").
> When I ckicks first time on the Action1 then the second frame gets result of 
> the action1 - OK.(Action executed)
> But if I clicks second time on the button the first frame is in the second 
> frame - WRONG. (Action didn't execute) Must be result as in previous step.
> Third time when I ckicks on the Action1 then the second frame gets result of 
> the action1 - OK.
> Fourth - WRONG an so on.
> I found if action doesn't redirect to another page then it seems OK. 
> Action executes each time when I press an action button on the first page.
> I have tried this sample using SUN RI and everything OK.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to