How about the good ol' ForwardAction - you can specify a definition name as
it's parameter:

    <action
        path="/mainMenu"
        type="org.apache.struts.actions.ForwardAction"
        parameter=".mainMenu"/>

HTH,

Matt

-----Original Message-----
From: Chip Paul [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 2:30 PM
To: Struts Users Mailing List
Subject: RE: <html:link> forward to tiles definition?


Because it's just a link from a jsp to another page.  I suppose I could make
an action that does nothing but that seems like overkill.  It's part of a
menu that goes to a more detailed menu so no action really takes place.
Maybe I should get rid of all of it and do a client side JS popup menu.

Chip

-----Original Message-----
From: Kamholz, Keith (corp-staff) USX [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 1:52 PM
To: 'Struts Users Mailing List'
Subject: RE: <html:link> forward to tiles definition?


Why wouldn't you want to use an ActionForward?
It's the "struts way".

- Keith


-----Original Message-----
From: Chip Paul [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2003 2:28 PM
To: Struts User
Subject: <html:link> forward to tiles definition?


Is there a way to make a link (not an action forward) point to a tiles
definition, or do I have to create a wrapper jsp that inserts the def, and
use that page as the link?

Chip


---------------------------------------------------------------------
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]




---------------------------------------------------------------------
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