> From: Scott W. Hill [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 11, 2003 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Accessing Properties of DynaValidatorForm from a JSP
>
>
> I had been using JSTL like this:
>
> <c:if test="${category.id == editArticleForm.category}">
>
> But this fails now that I've converted to a DynaActionForm. It says
> that it can't find the property. I assume this is because the
> properties are exposed via a get() method rather than
> getCategory like
You need to do:
<c:if test="${category.id == editArticleForm.map.category}">
James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]