Re: do conversion and update model values, but skip validation?

2006-01-19 Thread Dave Brondsema
Dave Brondsema wrote: I need to implement a Save as Draft button for a page I'm working on. I want to save all the data in the model, so I need to convert values to the right data type and update the model values. But I do not want to do any other validation. Is this possible?

Re: do conversion and update model values, but skip validation?

2006-01-19 Thread Dave
I think JSF need a flag for submitting a form. This flag tells JSF framework whether to skip phases after applying local values, but these local values will display back. One use case is: country/state. When a user selects a country, the select items for state need to be changed (a round trip

RE: do conversion and update model values, but skip validation?

2006-01-19 Thread Jesse Alexander \(KBSA 21\)
simpler, but did not find a way in countless hours of chat-discussions... regards Alexander -Original Message- From: Dave Brondsema [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 5:06 PM To: MyFaces Discussion Subject: Re: do conversion and update model values, but skip