Re: call method with more then one param

2011-07-01 Thread Dave Newton
Just call it with multiple params, OGNL calls look like Java. But you're trying to call it on form /submission/ and I don't believe you need to. Dave On Jul 1, 2011 5:52 AM, "nero81de" wrote:

Re: call method with more then one param

2011-07-01 Thread nero81de
The name of the method is confused. I need to know, how can i call a method with ognl, who have more than one param. -- View this message in context: http://struts.1045723.n5.nabble.com/call-method-with-more-then-one-param-tp4538226p4539277.html Sent from the Struts - User mailing list archive at

Re: call method with more then one param

2011-06-30 Thread Dave Newton
On Thu, Jun 30, 2011 at 5:37 AM, nero81de wrote: >

Re: call method with more then one param

2011-06-30 Thread nero81de
Sort: My problem is, i have a textfield who should call a method after submit. The method should have a fix value as first param and a dynamic param who comes from the input in the textfield. How can i do this in struts2? -- View this message in context: http://struts.1045723.n5.nabble.com/call