ICEfaces
  1. ICEfaces
  2. ICE-4512

Nested conversation tags in pages.xml within navigation tags are not honored

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 1.8
    • Fix Version/s: None
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Seam2.1.x, jsf1.2
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Use this to ensure the nested conversation begins:-
      <s:link action="startNested" value="begin child conv using s link and propagation tag"
              propagation="nest"/>
      Show
      Use this to ensure the nested conversation begins:- <s:link action="startNested" value="begin child conv using s link and propagation tag"         propagation="nest"/>

      Description

      Using the following in pages.xml
        <page view-id="/first.xhtml" >
              Parent Conversation

              <navigation>
                  <rule if-outcome="startNested">
                      <begin-conversation nested="true" flush-mode="MANUAL"/>
                      <redirect view-id="/second.xhtml" />
                  </rule>
              </navigation>
              
          </page>
      and the following in xhtml page:-
       <s:link action="startNested" value="Begin Child conversation with s link"/>
      Will not begin a nested conversation.


        Activity

        There are no subversion log entries for this issue yet.

          People

          • Assignee:
            Unassigned
            Reporter:
            Judy Guglielmin
          • Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: