Re: [shale] View Controller methods

2005-12-05 Thread Alexandre Poitras
Good news for you! You don't have to populate any beans or forms in JSF. You use value and method binding properties so the framework can populate them itself. Those methods are there when you need some page level functionalities. For example, I use init() usually when I need to load some data fro

Re: [shale] View Controller methods

2005-12-05 Thread Craig McClanahan
On 12/5/05, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > Can somebody elaborate on more uses of these? > > > > init() > > preprocess() > > prerender() > > destroy() Feature description of the "View Controller" feature: http://struts.apache.org/struts-shale/features-view-controller.html The

[shale] View Controller methods

2005-12-05 Thread Garner, Shawn
Can somebody elaborate on more uses of these? init() preprocess() prerender() destroy() I currently have a start and save struts (in a struts 1.1) methods that populate the form bean values from a session object for the start and save the values from the form bean into a session value