Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

logic:forward tag and tile definitions...

hegerich, mike

2003-06-05


Hi,

In a struts logic:forward tag can the forward referenced by the name
attribute be a global forward where the path is a tile definition? This does
not seem to be the case, but I want to verify. I can forward to the same
page defined by the tile definition using an ActionForward in an Action
class, but I cannot forward to the page using the logic:forward tag.

In a JSP:

<logic:forward name="myTileDefinitionPage"/>

In the struts-config:

<global-forwards>

  <forward  name="myTileDefinitionPage" path="myTileDefinition"/>

</global-forwards>

where myTileDefinition is a tile definition in my tile-definitions.xml file.

Thx,
Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.