You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Faber, Szczepan" <Sz...@sabre-holdings.com> on 2005/07/11 16:07:53 UTC

tiles definition versus global forward issue

Hello

Struts 1.2.7 - tile definition use problem.

I cannot use tile definition within the global forward (output is http
404):

    <html:link forward="index">Rule tester</html:link>

def.createItineraries is configured in tiles-defs.xml:

    <forward name="index" path="def.index" />

and works properly if I use it from Action class:

    return mapping.findForward("index")

Did anyone have similar problems?

Thanks for any help.
Szczepan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org