Hi

I am trying to build a dynamic list of links (href's) from a map that has
been created in my Action class and put into the request for the JSP.

My map looks something like this:
key: Log On
Value: /logon.do
key: Display Users
value: /displayusers.do

Is there a way to use the <html:link> tag to build these links so that I
would get something like:
<a href="/myapp/logon.do">Log On</a> <br>
<a href="/myapp/displayusers.do">Display Users</a>

Is this possible or should I just use plain HTML to build the list of links?

TIA,
Karim



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

Reply via email to