RE: Accessing Properties of DynaValidatorForm from a JSP

2003-02-11 Thread James Turner
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

Re: Accessing Properties of DynaValidatorForm from a JSP

2003-02-11 Thread Scott W. Hill
Excellent! Thanks! On Tuesday, February 11, 2003, at 01:19 PM, James Turner wrote: You need to do: c:if test=${category.id == editArticleForm.map.category} James --Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For