Re: Convention plugin can't find Actions

2011-08-29 Thread Christian Grobmeier
On Mon, Aug 29, 2011 at 3:02 AM, chengas123 wrote: > Got it working.  I needed to set the constants below in my struts.xml.  Could > be good to add this to the docs for other people using Jetty in embedded > mode. >   value="jar,code-source" /> >   /> I added it to the wiki, thanks for coming bac

Re: Convention plugin can't find Actions

2011-08-28 Thread chengas123
Got it working. I needed to set the constants below in my struts.xml. Could be good to add this to the docs for other people using Jetty in embedded mode. -Ben -- View this message in context: http://struts.1045723.n5.nabble.com/Convention-plugin-can-t-find-Actions-tp4744110p4744666.htm

Re: Convention plugin can't find Actions

2011-08-28 Thread Dave Newton
IIRC it needs to be in a package ending in action/actions/something-else and the name needs to end in Action, at least that was the case when I wrote the book covering 2.0. If changing the package suffix to "actions" doesn't do it then you'll probably want to take a quick gander and the scanning co

Re: Convention plugin can't find Actions

2011-08-28 Thread chengas123
Thanks for the suggestion. Didn't help though. Shouldn't the fact that it extends ActionSupport be enough anyway? -- View this message in context: http://struts.1045723.n5.nabble.com/Convention-plugin-can-t-find-Actions-tp4744110p4744116.html Sent from the Struts - User mailing list archive at

Re: Convention plugin can't find Actions

2011-08-28 Thread Dave Newton
Try naming it TestAction. Dave On Sun, Aug 28, 2011 at 4:13 PM, chengas123 wrote: > Hi, > > I created the action below in a package ending with "action" and extended > ActionSupport. Yet, the convention plugin is not finding the action. I > installed the config browser plugin and it does not s