Hi,

I have the following checkbox in my jsp:
<s:checkbox key="overwriteCheckbox" name="overwriteFlag" labelposition="left" 
onclick="if (this.checked) {javascript:return 
confirm('%{getText('elementOverwriteConfirmation')}')} "/>

In my action, I have defined overwriteFlag as a String variable, and have a 
getter and a setter for it.  Nevertheless, when I submit the form, I always get 
null when I try to check the value.

Any ideas what I could be doing wrong?

Thanks,
Session


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

Reply via email to