Re: Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread lchalupa
Thanks for the reply. Is the syntax you forwarded in the globalforwards section of the config file? It looks like you are declaring an action. That works for me too. I'm looking to do the same type of thing but in the globalforwards section. lee On Mon, 22 Aug 2005 18:32:07 -0400, Robert Ta

Re: Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread Robert Taylor
Ooops. Responded without comprehending the entire message. I haven't tried it with global forwards. Sorry. /robert Robert Taylor wrote: I'm using Struts 1.2.7 running in Tomcat5.x and it works for me. /robert lchalupa wrote: I'm trying to use a feature of Tiles. I'm using struts 1.2. I

Re: Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread Robert Taylor
I'm using Struts 1.2.7 running in Tomcat5.x and it works for me. /robert lchalupa wrote: I'm trying to use a feature of Tiles. I'm using struts 1.2. I'm using Tiles Definitions maintained in a configuration file. I want to use the definition names in the strutsconfig file instead of a jsp

Struts 1.2 - Using Tile Definitions as ActionForwards

2005-08-22 Thread lchalupa
I'm trying to use a feature of Tiles. I'm using struts 1.2. I'm using Tiles Definitions maintained in a configuration file. I want to use the definition names in the strutsconfig file instead of a jsp path. I'm able to get this feature to work if I use an action to specify an actionforward wi