From: "Dewitte Rémi" <[EMAIL PROTECTED]>
> Thanks a lot. More precisely, i must do this to get it work !
> <td><bean:write name="ind"/></td>
> because <c:out value="${ind}"/> gives me $ind}
Do you have
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
at the top of the page? <c:out> really should work... assuming you don't
just have a typo-- your 'output' is missing the { after the $. Then again,
without the taglib directive you'd probably see nothing, just the original
<c:out> in the HTML source.
--
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]