Thank you for reply , but it returns  the following exception

Caused by: java.lang.UnsupportedOperationException
    at java.util.AbstractMap.put(AbstractMap.java:228)
    at
webui.common.ButtonsActionListener.approve_bill(ButtonsActionListener.java:338)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sun.faces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:126)
    ... 28 more


is there anything that i can do for this ?

Grant Smith wrote:
> I haven't tried this, but how about something like:
>
> FacesContext.getCurrentInstance
> ().getExternalContext().getRequestParameterMap().put(key,value);
>
> On 9/27/06, Legolas Woodland <[EMAIL PROTECTED]> wrote:
>>
>> Hi
>> Thank you for reading my post
>> can we set some request parameter using action methods?
>>
>>
>> thanks
>>
>
>
>

Reply via email to