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

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
/call-method-with-more-then-one-param-tp4538226p4538233.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h

call method with more then one param

2011-06-30 Thread nero81de
Hi @ll, we have an application, wo works in struts1 and i make a migration to struts2 but i have a problem. I have in my Bean a method setDateActualArrivalDisplayMap(String id, String date) and a textfield that look like this: http://struts.1045723.n5.nabble.com/call-method-with-more-then-one