"ckeswani" wrote : 
  | anonymous wrote : 
  |   | How does one "reset" the parameters on a RenderRequest?  I really need 
to do this and I can't find the correct method.
  | 
  | Actually, I've found the answer:
  |  request.getParameterMap().clear(); 

This, in fact, does not work.  An UnsupportedOperationException is thrown 
because the map returned by request.getParameterMap() is not modifyable.  This 
is rather troublesome.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011341#4011341

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011341
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to