[jboss-user] [JBoss Portal] - Re: problem with IPC
sbiwal
do-not-reply at jboss.com
Thu Jul 3 20:56:57 EDT 2008
I think your portlet events for Portlet A and B are not bound to the listener. The reason you are getting messages from the doView in portlet B is because. it is probably added on the same page as portlet A. So as soon as you submit portlet A, the entire page is rendered again and hence calling the doView in portletB.
Please see one of my previous posts regarding how you can login as admin and check what listeners are bound to your portlet windows.
Also you are suppose to deploy the .sar file
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162418#4162418
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162418
More information about the jboss-user
mailing list