> how I can do something as this:
>
> <html:link action="${menuItem.link}" ><c:out value="${menuItem.name}"  />
> ?

Use the EL-tags (look in the contrib/struts-el directory of the Struts 1.1
distribution), e.g.

<html-el:link action="${menuItem.link}"> .. .. </html-el:link>

HTH,
    Yann




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

Reply via email to