You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Arik Levin ( Tikal )" <ar...@businesslayers.co.il> on 2002/08/04 19:20:35 UTC

Tiles - request parameters.

Hi.
 
            I'm using Struts's nightBuild with Tiles. I run into this
situation:
 
                        I'm calling an action which forward to a tiles
definition, this def is calling other action.
                        The first request has some parameters I wish to pass
thru, to the last action.
                        Can I do that with Tiles? As far as I know Tiles
does not forwarding request to other actions.
 
            Arik.