>> public String getMyParam() {
>> return myParam;
>> }
>>
>> public void setMyParam(String myParam) {
>> this.myParam = myParam;
>> }
>> }
>>
>> I am able to pass a "myParam" parameter to this action
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
;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
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
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
5 matches
Mail list logo