I am using a form bean for a page called X. Page X has about 6 html elements of which 
2 are hidden. Now when this page first renders do the values get initialized from the 
bean or from the values I explicitly obtain from some business objects I use on the 
page? The reason I ask is because a weird situation had occurred where I was not 
passing in one of the values in the query string and I got a 'can not find getter 
method for element a for Page X'. I just want to know if a page that uses a form bean 
calls it to not only validate information but to also obtain the initial values for 
the form elements. Is this true?
 
 
TIA

Reply via email to