<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>

*make sure above line is in your jsp page

<html:link page="/test.do" target="_top">Click Here</html:link>

*in order for above line to work you need to set up an action in
struts-config.xml

ie:

 <!-- Handle actions for /Test -->
    <action path="/Test.do" type="com.pfizer.ecms.ws.TestAction">
    </action>


----- Original Message -----
From: "Michael Skariah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 3:23 PM
Subject: HTML:link tag


> Hello all,
> I am trying to replace the following with the Struts HTML link tag.
> <a href="test.do">Test</a>
>
> Could anyone help me out here\.
>
> Thanks,
> Michael.
>
>

Reply via email to