You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dave Ford <df...@smart-soft.com> on 2005/11/23 01:04:43 UTC

PROCESS_VALIDATION Calls Getters

Why does PROCESS_VALIDATION phase calls managed bean getters?

-- 
Dave Ford
Smart Soft - Developer Training
http://www.smart-soft.com

Re: PROCESS_VALIDATION Calls Getters

Posted by Simon Kitching <sk...@obsidium.com>.
Dave Ford wrote:
> Why does PROCESS_VALIDATION phase calls managed bean getters?
> 

I believe it's because it needs the current value in order to determine 
whether to create a ValueChangeEvent.

Regards,

Simon