From: "Faisal Mahmoud" <[EMAIL PROTECTED]>

I have created a navigation menu jsp file that I include with all the
pages on my webapp via the jsp:include tag. This page has the
following nav menu:
<a href="/homePage">Home</a>

If you're going to use plain old HTML links, you'll need to include the ".do" extension.

Otherwise, take a look at <html:link> which has an 'action' attribute. I haven't used it, but it looks like it will do what you want.

--
Wendy Smoak

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to