If you don't see the APPLY_REQUEST_VALUES phase, you're not issuing a postback. It looks like there is something wrong with your link, although I don't see a problem there. If there is a validation error, you would see APPLY_REQUEST_VALUES in your console, and possibly even PROCESS_VALIDATIONS. The behavior you're describing is that of a GET request. For some reason the JSF runtime doesn't see your request as a postback.
What version of JSF are you using? Is JavaScript turned on in your browser? /JK 2009/6/1 Dvora <[email protected]>: > > Reminder - I'm new to JSF :-) > > How can I check if the validation phase failes and the cause for the > failure? > > > Richard Yee-3 wrote: >> >> The other phases will not occur if validation fails. Check that. >> > > -- > View this message in context: > http://www.nabble.com/Packaging-issues-tp23800484p23811126.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

