RE: Tiles with definition

2004-07-16 Thread Pingili, Madhupal
Have you updated struts-config.xml with the plugin like this: plug-in className=org.apache.struts.tiles.TilesPlugin set-property property=definitions-config value=/WEB-INF/tiles-defs.xml/ /plug-in Just curious, Reddy Pingili -Original Message- From: yakup aksu [SMTP:[EMAIL

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: Tiles with definition

2004-07-16 Thread yakup aksu
Yes, i did. Which jar shall i add to my app/lib i got theses jars: - commons*. - jakarta-oro -servlet -struts Did i miss any jar ? (Additionnaly i added jboss-j2ee but it doesn't change anything Pingili, Madhupal [EMAIL PROTECTED] wrote: Have you updated struts-config.xml with the

RE: Tiles with definition

2004-07-16 Thread yakup aksu
i fixed the trouble. Actually, you have a lot of thing to do that i had missed. Instantiate the right ActionXXXServlet and the right DefinitionFactory with parameters. There is a wab.xml file in which it is explained if you download tutorial with src at Cedric DUMOULIN web site.