From: <[EMAIL PROTECTED]>
>
> In the JSP that is executed for the Dependent action this gets executed:
> <html-el:checkbox property="dependent.healthEligibilityIndicator"
> value="${dependentForm.dependent.healthEligibilityIndicator}"/>
>

Why are you using the 'value' attribute?  The framework will automatically
render the form element with the value present in the form bean.  In your
case it's probably not hurting anything, but it keeps catching my eye...

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to