Re: (Newbie question) tiles:getAsString error attribute not found

2005-04-06 Thread brenmcguire
In Tiles, you can put attributes only into layout pages. In short terms you should modify your tiles-defs.xml this way: definition name=header.with.title path=/header.jsp put name=pageTitle value=Welcome / /definition definition name=base.definition path=/layout.jsp put

RE: (Newbie question) tiles:getAsString error attribute not found

2005-04-06 Thread Neil Aggarwal
://newsletter.JAMMConsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 1:44 AM To: user@struts.apache.org Subject: Re: (Newbie question) tiles:getAsString error attribute not found In Tiles, you can put attributes only into layout

(Newbie question) tiles:getAsString error attribute not found

2005-04-05 Thread Neil Aggarwal
Hello: I am a newbie to struts and am trying to get a handle on tiles:getAsString tag. I am having a problem in that is complains that the attribute I am trying to get does not exist. Here is what I have in my tiles-defs.xml: tiles-definitions !-- Base Tiles Definition -- definition