[jboss-user] [JBoss Portal] - Re: Page level communication on JSR286 portlets

michaelchan do-not-reply at jboss.com
Mon Oct 27 06:51:21 EDT 2008


You defined public renderparam in portlet.xml and not on *-objects.xml

If you want to use a page param, you will first need to define a public render param on every portlet.xml (since we could use one portlet.xml for multiple portlets, it is not required to redefine a public render param if the portlets are using the same portlet.xml) and then you will need to mark the public render param as supported for each portlet.

Once you have done that, you bind the public render param you wish to use on a page level to an alias in *-objects.xml or via the admin portlet.



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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184803



More information about the jboss-user mailing list