You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Will Vann <io...@gmail.com> on 2010/04/12 10:09:21 UTC

About the in Portlet Bridge still redirect out of portal

Hello

<h:outputLink value="pages/calculator.jsf?javax.portlet.faces.ViewLink=\"true\"">
<h:outputText value="outputlink"/>
</h:outputLink>


the markup generated by pluto is:

<a true="" href="pages/calculator.jsf;jsessionid=1DA96049878DF4F0765888627F05287C?javax.portlet.faces.ViewLink=">outputlink</a> 


how could i make sure the <h:outputLink>  still in portal? should i config the facesconfig.xml?


Best regards,

2010-04-12 



Will Vann 

Re: About the in Portlet Bridge still redirect out of portal

Posted by Michael Freedman <mi...@oracle.com>.
Can you try, instead?

<h:outputLink value="pages/calculator.jsf?javax.portlet.faces.ViewLink=true">
<h:outputText value="outputlink"/>
</h:outputLink>

The bridge doesn't deal with quoted queryString values.

Try the above and if it still doesn't work, send me the generated markup 
as you did below.
    -Mike-

On 4/12/2010 1:09 AM, Will Vann wrote:
> Hello
>
> <h:outputLink value="pages/calculator.jsf?javax.portlet.faces.ViewLink=\"true\"">
> <h:outputText value="outputlink"/>
> </h:outputLink>
>
>
> the markup generated by pluto is:
>
> <a true="" href="pages/calculator.jsf;jsessionid=1DA96049878DF4F0765888627F05287C?javax.portlet.faces.ViewLink=">outputlink</a> 
>
>
> how could i make sure the <h:outputLink>  still in portal? should i config the facesconfig.xml?
>
>
> Best regards,
>
> 2010-04-12 
>
>
>
> Will Vann 
>
>