> So, how do you make sure that the right dynamic data gets 
> loaded so that the
> page displays the right stuff?  That's where Shale comes in 
> handy.  If your
> backing bean implements the ViewController interface, then 
> prerender() will
> get called just before the JSP page is invoked.  This is the 
> perfect place
> to grab any data you need from your database to display the 
> requested page.
> 
> You can do this without Shale, but there's somewhat more pain 
> involved.

So how would you do it in "plain JSF" without the ViewController?
In the contructor?

Bernhard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to