Re: [OS-webwork] ParameterAware deprecation

2003-03-04 Thread Rickard Öberg
Patrick Lightbody wrote: Just a reply to all the comments on Joe's blog... The *Aware stuff is coming back in a big way in XWork/WebWork 2.0. It's part of the Inversion of Control and Component-oriented approach that actually turns out to be very nice. I was originally an advocate of deprecating t

[OS-webwork] Help in example bank application

2003-03-04 Thread Hariharan
Hi     I am having difficulty in understanding the bank application given with the examples. In the index.jsp file the following line transfers the control to transfer.jsp         pls explain in details what is happening in the background. with regards Hariharan.P -- P.HARIHARAN SIP TECHNOL

RE: [OS-webwork] ParameterAware deprecation

2003-03-04 Thread Jason Carreira
Add those to Jira > -Original Message- > From: Patrick Lightbody [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 3:15 PM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] ParameterAware deprecation > > > Just a reply to all the comments on Joe's blog... > > The *Aware stuff

Re: [OS-webwork] ParameterAware deprecation

2003-03-04 Thread Patrick Lightbody
Just a reply to all the comments on Joe's blog... The *Aware stuff is coming back in a big way in XWork/WebWork 2.0. It's part of the Inversion of Control and Component-oriented approach that actually turns out to be very nice. I was originally an advocate of deprecating the Aware interfaces in We

Re: [OS-webwork] putting something on the stack from within an action?

2003-03-04 Thread Morten Wilken
hi scott, i would if i could :-) in the second case i point the SUCCESS page directly to the jspfragment, so i would have to have 2 jsps, the one you suggest, and the jsp fragment itself, and then set the SUCCESS page to the one you suggest (wich would then include the original jspfragment). thi

RE: [OS-webwork] ParameterAware deprecation

2003-03-04 Thread Jason Carreira
I believe it was deprecated in favor of the ActionContext. > -Original Message- > From: Joseph Ottinger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 3:57 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] ParameterAware deprecation > > > With ParameterAware being deprecated

RE: [OS-webwork] Tutorials if any

2003-03-04 Thread Jason Carreira
Not sure if you saw all of this, but there's the main docs: http://www.opensymphony.com/webwork/ There's also the Wiki documentation, which includes a lot of user written docs: http://www.opensymphony.com:8668/space/WebWork What other docs are you looking for? Jason > -Original Message---

[OS-webwork] ParameterAware deprecation

2003-03-04 Thread Joseph Ottinger
With ParameterAware being deprecated, is there a better way (a recommended way) to duplicate its function without resorting to ServletActionContext? - Joseph B. Ottinger [EMAIL PROTECTED] http://enigmastation.com