[jboss-user] [JBoss Portal] - Layout : show a single window without the region / bug and p

Antoine_h do-not-reply at jboss.com
Sun Mar 11 19:54:59 EDT 2007


For the layout, the "portlet" tag (PortletTagHandler) do nothing.

So we can't show a single window with this tag in the layout jsp file.
(the "region" tag works, but this special "portlet" tag to show only one window, without the "belong to this region", does not work).

the bug : the page.getWindowContext(windowID) needs the window id.
in the code, it is used with the window Name : page.getWindowContext(windowName)

todo : rewrite the code so it uses the window ID. 

see the JIRA for the patch of code.

Workaround before the bug is corrected in the next release : 
put the tag class and a copy of the tld file in the war and use this copy of the tag instead of original one.


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

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



More information about the jboss-user mailing list