This content has been marked as final.
Show 2 replies
-
1. Re: use portlet tags on top of Portlet Bridge
wesleyhales Apr 11, 2011 2:04 PM (in response to kaeyeh)1 of 1 people found this helpfulfor all supported variables while using EL in Facelets.
You hould be able to get all of your requirements from those variables ot the facesContext...
i.e. for namespace you would use...
{code}
#{facesContext.externalContext.response.namespace}
{code} -
2. Re: use portlet tags on top of Portlet Bridge
kaeyeh Apr 11, 2011 7:47 PM (in response to wesleyhales)Thank you, that's very helpful, but how do I actually achieve something like this:
<a href='<portlet:renderURL><portlet:param name="server" value="jBoss"></portlet:param></portlet:renderURL>'>