Re: Convention Plugin and Method Called In Action Class

2009-09-01 Thread Paweł Wielgus
Hi all, in my apps i use only convention to manage action configuration, and also i make use of addresses like: myapp/myaction!input they work for 2.1.6. I don't know if convention has anything to do with it, but to be sure You can use config browser plugin to see how things are mapped. Best greet

Re: Convention Plugin and Method Called In Action Class

2009-08-31 Thread phillips1021
I thought that was the case. One of the references I'm using for the Convention plugin is the MEAP draft of Struts 2 in Practice (was sorry to learn that the book isn't being finished, the first few chapters were excellent). Using the bang (!) operator doesn't work with the Convention plugin. O

Re: Convention Plugin and Method Called In Action Class

2009-08-31 Thread Wes Wannemacher
On Mon, Aug 31, 2009 at 4:27 PM, Java Struts wrote: > Hi, > > could you please tell me how to post my question to this list? > You just did... The next one will cost you $1 (just kidding), but for your next question, you'd be better off sending a separate email (not a reply to an existing message)

Re: Convention Plugin and Method Called In Action Class

2009-08-31 Thread Java Struts
Hi, could you please tell me how to post my question to this list? Thanks, On Mon, Aug 31, 2009 at 4:13 PM, phillips1021 wrote: > > I'm learning to use the Convention Plugin. > > I understand from the excellent notes posted on the Wiki > (http://cwiki.apache.org/WW/convention-plugin.html) that