There are situations where <bean:write name="formBeanName" property="propertyName"/> just doesn't seem to parse.
I've tried substituting <%= formBeanName.getPropertyName%> but it can't find "formBeanName". The form bean is therer as the <bean:write> works in other places in my jsp. How do we directly address the formBean's from within javascript? Lee