+1  A: 

Have you tried this?

<a href="<s:url action="actionName"/>">click here</a>

Or this?

<a href="/abc/actionname.action">Click here</a><br />

Also see: http://struts.apache.org/2.x/docs/url.html

Just curious to know, why can't you use JSP?

sjt
Fantastic, both are working. Thanks a lot. I'm porting a huge application to struts and i dint want to change the already existing hundreds of html pages to JSP's.
Dhora
No problem Dhora. Please accept the answer if you think this is the right one to gain acceptance ratings.
sjt