Hallo,
how I can do something as this:

<html:link action="${menuItem.link}" ><c:out value="${menuItem.name}" />
?
I tried page (in manual I read that it canbe created dynamicaly, but it does not), action, href...


it is still generated as

<a href="/apl/${menuItem.do">Home</a>
instead of /apl/Index.do


I know I can do
<a href="<c:out value="${menuItem.link}">">
but it does not add application prefix :(

Thanks,
Jiri


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



Reply via email to