Re: Struts 2.0 Application Lifecycle

2006-11-06 Thread Adam Hardy
Ted Husted on 05/11/06 21:27, wrote: On 11/5/06, Adam Hardy <[EMAIL PROTECTED]> wrote: Imagine a common-place user story where the user sees a list of items, and can choose one item, go to the 'edit item' page, submit changes, and be returned to the item list. On the edit submit, my action pr

Re: Struts 2.0 Application Lifecycle

2006-11-05 Thread Ted Husted
On 11/5/06, Adam Hardy <[EMAIL PROTECTED]> wrote: I hope you don't mind if I jump in on this thread, after reading the documentation refered to below. What is the S2 convention for loading up objects for use by the JSPs or other view logic? It really isn't much different that Struts 1, except

Re: Struts 2.0 Application Lifecycle

2006-11-05 Thread Adam Hardy
[EMAIL PROTECTED] Sent: den 4 november 2006 18:04 To: user@struts.apache.org Subject: Struts 2.0 Application Lifecycle I've done a quick scan of the Struts 2.0 documentation. I did not find a reference to the Struts 2.0 application life cycle. Does anyone know of a reference that would be sim

RE: Struts 2.0 Application Lifecycle

2006-11-04 Thread Wesslan
@struts.apache.org Subject: Struts 2.0 Application Lifecycle I've done a quick scan of the Struts 2.0 documentation. I did not find a reference to the Struts 2.0 application life cycle. Does anyone know of a reference that would be similar to the JSF article at the link below? http://www-128.ib

Struts 2.0 Application Lifecycle

2006-11-04 Thread Mike Duffy
I've done a quick scan of the Struts 2.0 documentation. I did not find a reference to the Struts 2.0 application life cycle. Does anyone know of a reference that would be similar to the JSF article at the link below? http://www-128.ibm.com/developerworks/java/library/j-jsf2/ Thx. Mike __