Even for a commandLink APPLY_REQUEST_VALUES needs to be execute for the commandLink to work. So it looks like the proper solution is not try to do anything different with regards to JSF but to do better optimization and caching of the value binding in the backing bean.
Dave Brondsema wrote: > My dataTable contains no input components, so it doesn't need to > evaluate the value then, right? Is there any logic I can put in my > backing bean ... or in an extended dataTable so that the evaluation is > skipped in APPLY_REQUEST_VALUES? > > Cagatay Civici wrote: >> Hi Dave, >> >> It's because the value is evaluated for a value change event. >> >> Cagatay >> >> On 9/6/06, *Dave Brondsema* < [EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> >> I have an h:dataTable and it's value binding is invoked twice per >> request. First in the APPLY_REQUEST_VALUES phase, then in the >> RENDER_RESPONSE. Even when I use a immediate commandLink to move to a >> different page, it is invoked in the APPLY_REQUEST_VALUES phase >> seemingly unnecessarily. >> >> Is there any way around this? >> >> Thanks, >> >> -- >> Dave Brondsema >> Software Developer >> Cornerstone University >> >> >> >> > > -- Dave Brondsema Software Developer Cornerstone University
signature.asc
Description: OpenPGP digital signature

