Rick Reumann <[EMAIL PROTECTED]> wrote on 09/06/2005 09:25:02 PM: > 3) Lastly I'm not so sure I always want the prerender method being > called. For example if I'm using the same backingBean for genearating a > list of employees and for setting up an edit page, what would the > prerender actually setup and would I want it always firing?
Rick, I may very easily be talking total rot here, but I think you are coming up with these problems because you are still thinking (like in the Struts world) of having the same backing bean for many pages. I think we are maybe supposed to have one (most probably very lightweight) backing bean for each page you see. Thus you have a prerender or not depnding on what your page has to do... What do you think..? > -- > Rick Geeta