Correction:

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

        <definition name="def.index" page="/layouts/layout.jsp">
                <put name="title" value=" Home Page" />
                ....
        </definition>

Struts-config.xml:

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

-----Original Message-----
From: Faber, Szczepan [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 11, 2005 4:08 PM
To: Struts Users Mailing List
Subject: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to