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

Reply via email to