Hello all, and thanks for your help in advance. I have a relatively simple JSP that I'm trying to present. I have a bean that is accessible as an attribute in the request, as well as a form bean for the form on this page. As an example, here is one of the input components for the form:
<html:text property="name" value="${bean.name}" /> This takes the value of the "name" property in the bean and initializes the text box with this value. When the form is submitted, it takes the value from the text box and places it into the "name" property of the form bean. I'd like to do something similar with a checkbox. However, I don't see any way to initialize the checkbox. The value property works in a different way than in most of the other form input tags. How would I go about accomplishing this? Thanks again, Anthony Frasso __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]