3 Replies Latest reply on Jul 17, 2007 9:26 AM by pettersonfp

    <m:message> and <s:link> problems

    pettersonfp

      Hi,

      I'm using XHTML and trying to send an email using m:message. The email has a link associated, so I use s:link.
      The problem is that the link renders to http:\\null\project\ (rest of link).

      When I use s:link in a normal page it renders properly.

      Following is the code:

       <s:link value="click here" view="/registration/chooseRegisterType.seam">
       <f:param name="invitationKey" value="#{invitation.invitationKey}" />
       </s:link>
      


      Thanks in advance,

      Petterson