Re: WW-1960 converting all parameters to string array

2009-04-01 Thread Musachy Barroso
You might want to search the @dev mailing list archives, I remember this was mentioned. musachy On Wed, Apr 1, 2009 at 4:40 PM, Saqib Chaudhary wrote: > Recently I upgraded to struts 2.1 GA from 2.0. Noticed that param tag used > in action tag is no longer passing non array non string objects to

RE: WW-1960 converting all parameters to string array

2009-04-01 Thread Martin Gainty
you may have found a bug on a untested cornercase.. pls see followup comments in JIRA thanks > > Recently I upgraded to struts 2.1 GA from 2.0. Noticed that param tag used > in action tag is no longer passing non array non string objects to the > action being called, actually throwing an excepti

WW-1960 converting all parameters to string array

2009-04-01 Thread Saqib Chaudhary
Recently I upgraded to struts 2.1 GA from 2.0. Noticed that param tag used in action tag is no longer passing non array non string objects to the action being called, actually throwing an exception Change is under https://issues.apache.org/struts/browse/WW-1960 ActionComponent class has the follo