Re: Newbie-Q regarding tiles

2004-06-05 Thread Christian Bollmeyer
On Friday 04 June 2004 18:42, vpsangeetha wrote: You can't directly access Tiles definitions from your JSPs, but have to wrap them into Struts actions (in struts-config.xml) like this: Then call login.do, and it will work. HTH, -- Chris. > Hi, > > I have a very basic question wrt tiles. I ha

RE: Newbie-Q regarding tiles

2004-06-05 Thread David Friedman
, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: Newbie-Q regarding tiles Hi, I have a very basic question wrt tiles. I have a tiles-def.xml defined in the /WEB-INF/ directory with 1 of the definitions being I want the first page of my application to use this definition. So in my web.xm

Newbie-Q regarding tiles

2004-06-05 Thread vpsangeetha
Hi, I have a very basic question wrt tiles. I have a tiles-def.xml defined in the /WEB-INF/ directory with 1 of the definitions being I want the first page of my application to use this definition. So in my web.xml, I define the welcome file and all this file has is In the strut