Right on Antonio!  Can you tell me how to fish the web context root from the
Preparer?  I need to construct the page location from this and the nextPage
itself.  Is there a list of key names someplace?  Finding this bit of data
or that on the stack is typically where productivity takes a nosedive.  I
used this key to get the stack:

stack = (ValueStack)
tilesContext.getRequestScope().get(ServletActionContext.STRUTS_VALUESTACK_KEY);

Thanks brother

On Thu, Apr 17, 2008 at 9:48 AM, Antonio Petrelli <
[EMAIL PROTECTED]> wrote:

> 2008/4/17, stanlick <[EMAIL PROTECTED]>:
> >
> >         <definition name="wizardPage" extends="baseLayout">
> >                 <put-attribute name="body" value="???{nextPage}???" />
> >         </definition>
>
>
>
> Use a ViewPreparer:
> http://tiles.apache.org/tutorial/advanced/preparer.html
>
> Antonio
>



-- 
Scott
[EMAIL PROTECTED]

Reply via email to