The problem seems to be that when you are using link tag, U must define a global 
forward to use it with it..

So the solution in your case is to define a global forward with path pointing to the 
tile definition you want to forward to..
And then use that global forward inside the link tah..

HTH.
regards,
Shirish

-----Original Message-----
From: Davidson, Glenn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 11:19 PM
To: 'Struts Users Mailing List'
Subject: RE: Forwarding to a tile definition


I would also like to be able to forward to a tile definition!

-----Original Message-----
From: Gregory F. March [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 5:02 PM
To: Struts Users Mailing List
Subject: Forwarding to a tile definition



So, now I'm playing with forwarding to a tile definition as per
Keith's suggestion.

mapping.findForward("mytileforward") inside my action works just fine.
However, <html:link forward="mytileforward"> doesn't.

I have <forward name="mytileforward" path="my.tile.def" redirect="false"/>
in my struts-config.xml.

What is the difference?  And, how can I forward to a tile definition
from an html:link tag?

Thanks!

/greg

--
Gregory F. March    -=-    http://www.gfm.net:81/~march    -=-    AIM:GfmNet

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