Re: [s1] Cancel request parameters and attributes

2007-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niall, Niall Pemberton wrote: > On 3/6/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: >> I don't see that code, though. > > See line 800 here: http://tinyurl.com/yqfok2 Aah, thanks. For whatever reason, I had always read CANCEL_PROPERTY as CANCE

Re: [s1] Cancel request parameters and attributes

2007-03-06 Thread Niall Pemberton
On 3/6/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: Niall, Niall Pemberton wrote: > You pretty much have it - the point at which the value submtted by the > tag is converted to Globals.CANCEL_KEY is in the RequestProcessor's > processPopulate() method. I don't see that code, though. Se

Re: [s1] Cancel request parameters and attributes

2007-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Niall, Niall Pemberton wrote: > You pretty much have it - the point at which the value submtted by the > tag is converted to Globals.CANCEL_KEY is in the RequestProcessor's > processPopulate() method. I don't see that code, though. > Having said tha

Re: [s1] Cancel request parameters and attributes

2007-03-05 Thread Niall Pemberton
Chris, You pretty much have it - the point at which the value submtted by the tag is converted to Globals.CANCEL_KEY is in the RequestProcessor's processPopulate() method. Having said that, Struts 1.3.5 uses the new ComposableRequestProcessor which replaces all that RequestProcessor functionalit

Re: [s1] Cancel request parameters and attributes [anyone?]

2007-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Poking at this thread to see if I can get any bites. - -chris Christopher Schultz wrote: > All, > > I have two actions in my code that I want to be able to cancel out-of, > but neither of them is exciting enough to warrant a form bean and a tri