XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.1.2
    • General
    • None
    • any

    Description

      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.

      Attachments

        Activity

          People

            mbroekelmann Mathias Broekelmann
            sergey Sergey Vladimirov
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: