[ http://issues.apache.org/jira/browse/MYFACES-581?page=comments#action_12330945 ]
Alexander Dann commented on MYFACES-581: ---------------------------------------- That seems to be a problem with the state. I have some l similar issue with a multi-windowed application (e.g. main window + dialogs). When you use client state, it works fine. As soon as I switch to server state, I have this problem, that every second click I get wrong page displayed in a dialog window. WIth SUN RI client and server states working fine. What is the reason for holding only one view/state? Is there some other way to support multiwindowed applications? > 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
