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
Sangeetha, Your error suggests a redirect is occurring, not a forward. A tile cannot be seen from the web, only from inside the struts framework, hence that error messager. I recommend you replace the contents of your welcome file with code to pull in and insert the tile, which goes something