[jboss-user] [JBoss Seam] - <m:message> and <s:link> problems
pettersonfp
do-not-reply at jboss.com
Mon Jul 16 11:01:00 EDT 2007
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064590#4064590
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064590
More information about the jboss-user
mailing list