DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39230>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39230

           Summary: Shale should be able to resolve parameters in navigation
                    rules
           Product: Struts
           Version: Unknown
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Shale
        AssignedTo: dev@struts.apache.org
        ReportedBy: [EMAIL PROTECTED]


Given a navigation rule:
<navigation-rule>
  <from-view-id>/someview.xml</from-view-id>
  <navigation-case> 
    <from-outcome>marathonside</from-outcome>

<to-view-id>/anotherview.xml?arrid=#{pages$mybean.arrid}</to-view-
id>
    <redirect />
  </navigation-case>
</navigation-rule>

Shale should be able to resolve the parameter #{pages$mybean.arrid} so that when
the new page gets rendered, it can query for the requestparamter.

This would greatly enhance Shale and ease parameter exchange between pages i.e
backingbeans.

Hermod

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to