Forums de discussion

Multiple GWT portlets on a single Liferay page

Anonyme, modifié il y a 14 années.

Multiple GWT portlets on a single Liferay page

Envoyer: 1
I've been able to successfully deploy GWT portlets to liferay, but am experiencing a problem when I add more than 1 portlet on a single page. What I'm experiencing is that all the object of all the portlets are placed inside the first portlet on the page. Has anyone else seen this behavior or been able to successfully put more than 1 GWT portlet on a single page in liferay?

In my GWT code I have the line
RootPanel.get("uniqueID").add(grid);
What I'm seeing is that "grid" is added to the first portlet on the page.

Dan
thumbnail
Lisa Simpson, modifié il y a 14 années.

RE: Multiple GWT portlets on a single Liferay page

Liferay Legend Publications: 2034 Date d'inscription: 05/03/09 Publications récentes
If this is something you wrote yourself, you might try posting in the "Developer" forum. The volume there is lower so your post will remain visible on the first page longer which increases the odds of you getting an answer.
Anonyme, modifié il y a 14 années.

RE: Multiple GWT portlets on a single Liferay page

Envoyer: 1
Thanks Lisa,
I posted there as well.
Thanks,
Dan