RE: Convention Plugin not being picked up.

2010-04-21 Thread Martin Gainty
nen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Subject: RE: Convention Plugin not being picked up. > Date: Wed, 21 Apr 2010 12:39:10 +0100 > From: chris.mi...@spsa.pnn.polic

RE: Convention Plugin not being picked up.

2010-04-21 Thread Miles, Chris
April 2010 16:38 To: Struts Users Mailing List Subject: Re: Convention Plugin not being picked up. Also, you can add: log4j.category.org.apache.struts2.convention=TRACE to your log4j.properties to get exhaustive logging about convention wiring up actions. - Jonathan Miles, Chris wrote: >

Re: Convention Plugin not being picked up.

2010-04-20 Thread jonathan doklovic
15:48 To: Struts Users Mailing List Subject: Re: Convention Plugin not being picked up. I would also look at your struts config for the following: struts.convention.default.parent.package - should be the name of your default package declared in the config struts.convention.action.includeJars -

Re: Convention Plugin not being picked up.

2010-04-20 Thread jonathan doklovic
ea...@sysbliss.com] Sent: 20 April 2010 15:48 To: Struts Users Mailing List Subject: Re: Convention Plugin not being picked up. I would also look at your struts config for the following: struts.convention.default.parent.package - should be the name of your default package decl

RE: Convention Plugin not being picked up.

2010-04-20 Thread Miles, Chris
? Chris -Original Message- From: jonathan doklovic [mailto:list-rea...@sysbliss.com] Sent: 20 April 2010 15:48 To: Struts Users Mailing List Subject: Re: Convention Plugin not being picked up. I would also look at your struts config for the following: struts.convention.default.parent.package - s

Re: Convention Plugin not being picked up.

2010-04-20 Thread jonathan doklovic
I would also look at your struts config for the following: struts.convention.default.parent.package - should be the name of your default package declared in the config struts.convention.action.includeJars - if your actions are in separate jars, you may need to add a pattern here so convention

RE: Convention Plugin not being picked up.

2010-04-15 Thread Miles, Chris
Hi, I am using the convention plugin, not the older codebehind plugin. The convention plugin exists in my lib directory. I am calling actions by /namespace/actionName.action Thanks Chris > Good Afternoon Chris > > best to look at the usage of the code behind plugin > http://struts.apach

Re: Convention Plugin not being picked up.

2010-04-13 Thread Chris Mawata
Martin, I think he is looking at the Convention plug-in rather than code behind. Chris in your struts.xml check if you have Also check if you are following the conventions -- name of action ending with Action or extending ActionSupport etc. Then check the annotations on the actions Marti

RE: Convention Plugin not being picked up.

2010-04-13 Thread Martin Gainty
Good Afternoon Chris best to look at the usage of the code behind plugin http://struts.apache.org/2.1.6/docs/codebehind-plugin.html a few fundamentals: did you copy the codebehind jar to WEB-INF/lib? is your Action mapping adhering to the convention of /NAMESPACE/ACTION.(jsp|vm|ftl) additiona