On 11/3/06, fea jabi <[EMAIL PROTECTED]> wrote:

When this jsp is first loaded the checkbox above is unchecked.

When user checked the checkbox, and clicked a submit save button, in the
save method of dispatch action I was expecting to see the split value as
"true". But it was "false" when I debug.

There is an example in the Cookbook app.  "Simple Form using
DynaActionForm" has a checkbox that is a Boolean.

You can see a live example, here:  http://planetstruts.org/struts-cookbook/

It's very difficult to debug things like this outside of a working
application.  Try constructing a minimal app that demonstrates the
problem-- it shouldn't take more than one Action and one JSP since the
form is dynamic.

You'll probably spot the problem during that process.  If not, you can
zip up the project and make it available so that someone else can help
you debug it.

--
Wendy

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

Reply via email to