What is the equivalent tag in struts 2.0 for the following struts 1 tag?

<html:link forward="help"><bean:message bundle="message"
key="help"/></html:link>

I know s:text will replace bean:message, but what about html:link ?


Thanks

Reply via email to