Why Checkbox doesn't work well with Button's Action?

hi all,

I noticed that after placed a checkbox component onto a page, my existing Button action doesn't work. To workaround, I must forced to set the Button to Immediate. Which later affects my message list component doesn't work. It might due to the JSF life cycle that under immediate action, procesing of update component model is ignore.

But why it is so the default Button action doesn't work if a page includes a checkbox?

Can someone help?

Thanks

airqq

[499 byte] By [airqqa] at [2007-11-26 13:38:51]
# 1
Check the binding target of your checkbox. An easy way to debug this is to set the target as a string (varchar if it's a db target). Also makesure you've got a message group to show validation / conversion errors. Immediate must be false if you want stuff submitted from the form.
yossariana at 2007-7-7 22:32:23 > top of Java-index,Development Tools,Java Tools...