[jboss-user] [JBoss Portal] - Re: Simple JSP Portlet In the Ref Manual / reloading page

ckeswani do-not-reply at jboss.com
Mon Feb 5 08:55:38 EST 2007


"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



More information about the jboss-user mailing list