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

        Hide
        Judy Guglielmin added a comment -

        Our redirection does not take into account the beginning of a nested conversation. It looks like the redirection is happening before the conversation can be nested.

        Show
        Judy Guglielmin added a comment - Our redirection does not take into account the beginning of a nested conversation. It looks like the redirection is happening before the conversation can be nested.
        Show
        Judy Guglielmin added a comment - Seam forum reference:- http://www.seamframework.org/Community/NestedConversationWithIceFacesAndRichFaces
        Hide
        Judy Guglielmin added a comment -

        just have to copy in jars to lib folder and then deploy/explode Modified application from Seam forum posting

        Show
        Judy Guglielmin added a comment - just have to copy in jars to lib folder and then deploy/explode Modified application from Seam forum posting
        Hide
        Ken Fyten added a comment -

        Marking as Closed / Invalid as part of legacy ICEfaces 1.x, 2.x JIRA cleanup.

        Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf

        If the issue persists with the current ICEfaces release, please create a new JIRA for it.

        Show
        Ken Fyten added a comment - Marking as Closed / Invalid as part of legacy ICEfaces 1.x, 2.x JIRA cleanup. Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf If the issue persists with the current ICEfaces release, please create a new JIRA for it.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: