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

2007-02-05 Thread ckeswani
"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(); Thi

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

2007-02-05 Thread ckeswani
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(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

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

2007-02-05 Thread ckeswani
"Antoine_h" wrote : at the end of the doView, you can reset the parameters that are stored in the request (and that come from the formular in the page : the post param from the field). | then, the portlet should not recognized that someone has yet given the value, and start again to ask the us

[jboss-user] [JBoss Portal] - Re: Saving object in PortletSession

2007-01-30 Thread ckeswani
"herveminko" wrote : Hi guys, | | After doing this, i want to retrieve my saved objects with the statement: | ArrayList myObjects2 = session.get("obj"); | | I imagine you've solved this by now, but just in case you haven't: Since you stored in in APPLICATION_SCOPE you must retrieve it

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2007-01-30 Thread ckeswani
anonymous wrote : Why didnt you use the jboss-portlet.xml, as in the reference guide? | Hi Roy, Unfortunately, declaring it in jboss-portlet.xml has some issues: | | | | results in this: As you can see, the closing has been removed. This breaks html in a variet