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 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

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-pa