[jboss-user] [JBoss Portal] - Portal Tag Lib and Facelets
speleomaniac
do-not-reply at jboss.com
Wed Jul 16 05:59:27 EDT 2008
I am trying to use the following tag lib in the facelets to have the portlal use logout functionality...
but this crashes with an output stream already used exception...
Isn't not possible to use this tag libs in combination with Facelets/JBoss Portletbridge 1.0.0.B3/ Richfaces 3.2.1.GA and JBoss Portal 2.6.4
This is the interesting part for me
<portlet:actionURL windowState="normal"><portlet:param name="op" value="userLogout"/></portlet:actionURL>
the rest is coming from menu.jsp (I didn't copy pasted facelet version)
Thx in Advance
<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
<a id="logout"
href="<portlet:actionURL windowState="normal"><portlet:param name="op" value="userLogout"/></portlet:actionURL>"> <a id="logout"
href="<portlet:actionURL windowState="normal"><portlet:param name="op" value="userLogout"/></portlet:actionURL>">${n:i18n("MENU_LOGOUT")}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164694#4164694
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164694
More information about the jboss-user
mailing list