RE: how to use controllerclasses with tiles?

2004-07-16 Thread Fahd Ahmed
king at "Struts in Action" book co-authored by Ted Husted, " tag imports all of the Tiles context attributes into page context: " . So, after this, you can access the attribute named "title" through page context. Reddy Pingili > -Original Message- &g

RE: Tiles with definition

2004-07-16 Thread Fahd Ahmed
I got this error when my xml syntax was not correct in my definitions-config file. Check your xmls. I dont think its a struts installation problem. -Fahd -Original Message- From: yakup aksu [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 6:39 PM To: [EMAIL PROTECTED] Subject: Tiles

RE: how to use controllerclasses with tiles?

2004-07-16 Thread Fahd Ahmed
y, July 16, 2004 10:38 AM To: Struts Users Mailing List Subject: Re: how to use controllerclasses with tiles? Fahd, I've successfully implemented heaps of controller classes, but I'm having trouble visualising what you have done. Any chance of a code example? Mark On Fri, 16 Jul 2004

how to use controllerclasses with tiles?

2004-07-15 Thread Fahd Ahmed
Hi, I am trying to use a controllerClass with Tiles. I am mentioning the controllerClass in one of my definition tags. The controller does nothing but put a varible in ComponentContext. On the JSP I just use the importAttribute tag to get that value. But when i access the page, I keep on getting t