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:

<input type="text" ... name="dateActualArrivalDisplayMap(id123344)>

Wenn submit struts1 call the methode correct
setDateActualArrivalDisplayMap(id123344, date), the date comes from the
value of the textfield.

So my question is, how can i call a method in Strurts with more than one
param?

--
View this message in context: 
http://struts.1045723.n5.nabble.com/call-method-with-more-then-one-param-tp4538226p4538226.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...@struts.apache.org

Reply via email to