> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

