2 Replies Latest reply on Oct 23, 2007 10:42 AM by pmuir

    Help with <s:link>

    francisco.noguera

      I need to create a formated URL link, but the <s:link> in the end of the string add some parameters like the context id.

      How can I do to remove this parameters from my final String?

      Thnx for help.

        • 1. Re: Help with <s:link>
          modoc

          What parameters, specifically?

          Conversations must pass their ids as params, as the http model does not have intrinsic support for conversations (and obviously cookies would not work, as they do with sessions).

          If you mean params other than "cid", which ones are they?

          • 2. Re: Help with <s:link>
            pmuir

            Use h:outputLink for a simple link. s:link is for navigating around your application maintaining contextual information as necessary.