Stanislav wrote:
In ur JSP, you might have given some value to your check box. Set the same value in your action class for the respective field in the FormBean.Ex: <html:checkbox property="abc" value="y"/> Then in your action class: setAbc("y");Tnx for your answer, but i tried to do that and or get error or doesnot happend. Stanislav
It's not clear what you want to do. Perhaps you could post some sample code and configuration for what you're trying, along with the error you're getting so we have something to work with to help you figure out what's wrong.
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

