0 Replies Latest reply on Apr 22, 2009 3:46 PM by mcohnen

    s:link and m:message - Adds 'project' to generated urls

      Hi,


      I'm trying to use s:link inside m:message to display a link into an email message. The problem is that s:link is adding an extra 'project' to my links.


      For example:



      <s:link  value="This survey" view="/survey.xhtml">
          <f:param name="surveyId" value="#{survey.id}"/>
          <f:param name="loadTranslations" value="true"/>
      </s:link>





      http://localhost:8080/hr360new/project/survey.seam?surveyId=21&loadTranslations=true



      Why is it adding this 'project' word to my url? What am I doing wrong?


      Thank you!