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

2008-10-27 Thread michaelchan
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

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

2008-10-26 Thread JohnnyTheHun
I could not understand how to define public render parameters. I looked at the spec, read the blog post and took a look at the reference but it still is foggy. My Page is called default, my windows are called: TestPortlet and TestPortletLeft I want to be able to use a global foo parameter, for

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

2008-10-23 Thread michaelchan
for example, I have two portal pages, one for navigation and another one for displaying products. When user click a link on the navigation page, it should redirect user to the product page, and the product page should display the product according to the PID. Is it possible to pass the pid

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

2008-10-23 Thread [EMAIL PROTECTED]
Then it's more of a public render parameter than an event, you should look at aliases. I've blogged about it here: http://blog.jboss-portal.org/2008/09/portlet-coordination.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184200#4184200 Reply to the post

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

2008-10-22 Thread michaelchan
So if I haven't done any explicit wirings, events and public render params should be able to sent across pages, am I right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183854#4183854 Reply to the post :

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

2008-10-22 Thread michaelchan
But the thing is, I can't seem to get this to work, is my code wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183856#4183856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183856

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

2008-10-22 Thread [EMAIL PROTECTED]
JSR-286 events are scoped to a page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183857#4183857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183857 ___ jboss-user mailing

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

2008-10-22 Thread michaelchan
Hi Thomas, thanks very much for the reply. If that's the case, is there anything I can do to achieve cross page communications? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183860#4183860 Reply to the post :

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

2008-10-22 Thread [EMAIL PROTECTED]
What is your usecase ? It's just too easy to abuse JSR-286 events, this is a reason why we took a conservative approach. (This is not meant to replace JMS for example) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183863#4183863 Reply to the post :

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

2008-10-20 Thread [EMAIL PROTECTED]
Are you doing explicit coordination or implicit? If it's explicit then as mentioned in doc, it only happens in the scope of same page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183274#4183274 Reply to the post :

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

2008-10-20 Thread michaelchan
Thanks for pointing me to the right direction, at least i know where to look for answers now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183291#4183291 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183291