[ http://issues.apache.org/jira/browse/MYFACES-581?page=all ]
Martin Marinschek closed MYFACES-581:
-------------------------------------
Fix Version: Nightly
Resolution: Fixed
Assign To: Mathias Broekelmann
Thanks Mathias! great patch ;)
> Frames
> ------
>
> Key: MYFACES-581
> URL: http://issues.apache.org/jira/browse/MYFACES-581
> Project: MyFaces
> Type: Bug
> Components: Implementation
> Environment: any
> Reporter: SergeyM
> Assignee: Mathias Broekelmann
> Priority: Critical
> Fix For: Nightly
>
> 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