Accessing Properties of DynaValidatorForm from a JSP

2003-02-11 Thread Scott W. Hill
I'm a realtive Struts newbie, and am now retrofitting my first project with Validator and dynamic action forms. On one page, I need to compare a property from the action form object with a value in another bean. I had been using JSTL like this: c:if test=${category.id ==

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