Don't know if you've just got a typo in your e-mail or not, but

<html:errors/> (plural)

works fine.

or for your specific field below, <html:errors property="name"/>

-jeff

On Thursday, August 14, 2003, at 07:02 AM, Laurent MARQUEZ wrote:


I would like to display error message coming from my DynaValidatorForm. </html:error> doesn't work.

<html:form action="/project">
        <table width="45%" border="0">
                <tr>
                        <td><bean:message
key="project.data.name"/>:</td>
                        <td><html:text property="name"/></td>
                </tr>             
                <tr>
                        <td colspan="2" align="center"><html:submit
/></td>
                </tr>
        </table>
</html:form>


--------------------------------------------------------------------- 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