I am trying to create a dynamic menu in my jsp using the struts taglibs.

I have a menu template which will be common to every page, but I want it to
only display certain links for certain pages. All the links are stored in a
properties file and I want the template to only pick those up which are
relevant to the page.

I was going to use a the logic iterator tag with a nested html link tag to
render the links.

This must be a fairly common scenario and I was wondering wether there was a
standard solution to it.

If anyone has any suggestions it would be greatly appreciated as I cannot
think of a clean way to solve this problem.

Thanks
Tom


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

Reply via email to