Re: Multiple parameter names

2014-06-03 Thread Mael Le Guével
>> public String getMyParam() { >> return myParam; >> } >> >> public void setMyParam(String myParam) { >> this.myParam = myParam; >> } >> } >> >> I am able to pass a "myParam" parameter to this action

Re: Multiple parameter names

2014-05-30 Thread Marc Michele
ter to this action. > For instance: > http://url-to-my-app/myAction.action?myParam=aValue > (Yes I know, everyone knows that :)) > > What I would like to do is having multiple parameter names that would > map to "myParam". For instance the following URL would also set th

Re: Multiple parameter names

2014-05-30 Thread Chris Pratt
;myParam" parameter to this action. > > For instance: > > http://url-to-my-app/myAction.action?myParam=aValue > > (Yes I know, everyone knows that :)) > > > > What I would like to do is having multiple parameter names that would > > map to "myParam

Re: Multiple parameter names

2014-05-30 Thread Yaragalla Muralidhar
s action. > For instance: > http://url-to-my-app/myAction.action?myParam=aValue > (Yes I know, everyone knows that :)) > > What I would like to do is having multiple parameter names that would > map to "myParam". For instance the following URL would also set the > valu

Multiple parameter names

2014-05-30 Thread Mael Le Guével
parameter to this action. For instance: http://url-to-my-app/myAction.action?myParam=aValue (Yes I know, everyone knows that :)) What I would like to do is having multiple parameter names that would map to "myParam". For instance the following URL would also set the value of "myParam