Re: using annotations with struts 2 in jboss not finding actions

2012-10-02 Thread Lukasz Lenart
2012/10/1 jdtommy : > Yes. Struts 2 Nice :-) But could you be more precise ? http://struts.apache.org/downloads.html http://struts.apache.org/downloads.html#PriorReleases Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: using annotations with struts 2 in jboss not finding actions

2012-10-01 Thread Lukasz Lenart
Struts2 version ? -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

RE: using annotations with struts 2 in jboss not finding actions

2012-09-28 Thread jdtommy
I think this works in jboss 5.x or above. I am using Jboss 4. If this is incorrect please let me know. -- View this message in context: http://struts.1045723.n5.nabble.com/using-annotations-with-struts-2-in-jboss-not-finding-actions-tp5710681p5710683.html Sent from the Struts - User mailing l

RE: using annotations with struts 2 in jboss not finding actions

2012-09-28 Thread Martin Gainty
so you want the EAR ClassLoader to be searched before JBoss ClassLoader? ..here is how http://phytodata.wordpress.com/2010/10/21/demystifying-the-jboss5-jboss-classloading-xml-file/ HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note d

Re: Using annotations

2007-10-07 Thread Zarar Siddiqi
Well, a couple things pop into one's mind: 1. Why are you using the @SkipValidation on the execute() method, this is telling Struts NOT to validate calls to this action. 2. Your action is called teste.do which is a little fishy because usually the extension (.do) doesn't need to be specified in th