Hi Daniel, putting immediate=true to your input component will not be sufficient. The problem is that immediate=true will trigger the validation for your input-component, but nothing more than that. So what happens is your value is converted and validated, but not put into your managed bean. What you will need to do is register a value-change-listener for the comp, and then move over the value to your backing-bean yourself.
regards, Martin On Fri, Mar 14, 2008 at 12:02 AM, Andrew Robinson <[EMAIL PROTECTED]> wrote: > Have a look at <a4j:region> it may be what you are looking for > > > > On Thu, Mar 13, 2008 at 3:14 PM, daniel ccss <[EMAIL PROTECTED]> wrote: > > I attach a graphical image of what is happening > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

