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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to