Portlets are isolated from the http request. You'll have to think a bit about it, but the idea is that someone needs to start the 'chain of events'. In this case, you'd want a portlet to be the one. It would pass whatever params to itself with a render or action request. In that request, the params are available as render params, or action params.
you could even 'bookmark' such a URL if you need to start this 'conversation' from outside the portal with a request like : portal/index.html?ctrl:id=window.default.HelloWorldPortletWindow&ctrl:type=action¶m1=doSomething where the * ctrl:id points to the portlet you want to address, and * ctrl:type=action fires the action request, and * all other params on the URL (like param1=doSomething) would be action params available in the action request in the portlet code.... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875964#3875964 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875964 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
