> I have to use a menu in my webapplication. I work with tiles and
definitions. Most menus I find on the internet, work with <a href>, but I
can not link an <a href> with a definition.
> Has anyone used already a menu where the menuItems are linked with
definitions ?
> Any help will be very appreciated, because if I won't be able to create
such a menu, I'll have to use Frames in stead of tiles and definitions.
It's pretty easy: you'll have to setup corresponding "dummy"-Actions for
each of your definitions you need to link, e.g.
<action path="aPath" type="org.apache.struts.actions.ForwardAction"
parameter="tiles.def.name" />
Now you can use links using <html:link action="aPath" ..> in your menu.
HTH,
Yann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]