Re: c:if and dyna form bean

2005-07-21 Thread Hubert Rabago
Hi Kent, Accd to http://struts.apache.org/userGuide/building_controller.html#dyna_action_form_classes "The JSTL EL syntax for referencing a property of an ActionForm goes like this: ${formbean.prop} "The syntax for referencing a property of a DynaActionForm would be: ${dynabean.map.prop} "

c:if and dyna form bean

2005-07-20 Thread Kent Boogaart
Hi people, I have a simple question for you. I'm trying to use a dynaform bean from within a ... I'm getting an exception telling me "Unable to find a value for 'displayName' in object of class ...". I understand this is to do with how dynaforms work. There is indeed no method