opps...

<c:url value="${menuItem.link}">
        <c:out value="${menuItem.name}" />
</c:url>

is better

On Sunday, August 31, 2003, at 05:02 PM, Mark Lowe wrote:


The ideal way would be something like this.


<c:url url="${menuItem.link}">
        <c:out var="${menuItem.name}"/>
</c:url>

Cheers Mark

On Sunday, August 31, 2003, at 04:27 PM, Yann Cébron wrote:

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]



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



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



Reply via email to