Juza Petr schrieb:
> Hello,
>
> is there a way to configure orchestra not to add ?conversationContext=x
> to outbound links?
>
> I have
>
> <h:outputLink value="http://myfaces.apache.org/";>link</h:outputLink>
>
> but the rendered link goes to:
>
> http://myfaces.apache.org/?conversationContext=1
>   

You can write
<o:separateConversationContext>
  <h:outputLink ..../>
</o:separateConversationContext>

It would be nice for Orchestra to check whether the absolute URL matches
the current webapp, and if not then omit the conversationContext param
automatically. But that gets tricky when using virtual hosting or apache
mod_rewrite or similar. If anyone can suggest a reliable way of
detecting whether the url points back into the same webapp I'd be happy
to add a patch to do that.

Cheers,
Simon

-- 
-- Emails in "mixed" posting style will be ignored
-- (http://en.wikipedia.org/wiki/Posting_style)

Reply via email to