I realize a BeanEditForm will, but I have a BeanEditor which is ignoring the parameter blocks and was wondering if this behavior is by design or a bug. Does anyone know?
In this code, the parameter block is being ignored: <t:BeanEditor t:id="savedSearchForm" object="savedSearchBean"> <t:Parameter name="itemConditionType"> <t:label for="itemConditionType"/> <t:TextField t:id="itemConditionType" value=" savedSearchBean.itemConditionType" translator="integerTranslator"/> </t:Parameter> </t:BeanEditor>