On Tue, 27 Apr 2004 11:33:55 +0900
Shawn <[EMAIL PROTECTED]> wrote:

S> On second thought,
S> 
S> It's easy enough to put the fieldValues into the request
S> 
S> httpServletRequest.setAttribute("test",fieldValues);
S> 
S> and get them out in the post_XXX interceptor
S> 
S> I don't want to make people change thier classes for no good reaon. 
S> Sorry for the noise...
S> 

This new idea is a good workaround to not change the classes, but it's
not very good thing to be released in my opinion.

I like it and will implement in my version, but I don't like it to be
commited .

We must define a plan and implement the real changes in the Interceptors
maybe for 3.x. My idea is to create a InterceptorData class to put all
the current Interceptor parameters, this will make easy to add future
parameters to interceptor.

S> 
S> > Hello I noticed in cvs that Ivan Martinez "Passed fieldValues to 
S> > POST_xxx call, making possible to future implementations
S> > use this data."
S> >
S> > I wanted to do this by simply changing:
S> > 1) DbEventInterceptor
S> >
S> > 2) DbEventInterceptorSupport
S> >
S> > 3) Table.processInterceptors
S> >
S> > 4) documentation to explain dbf will Only call POST_xxx
S> > interceptors when the process was executed and that changes to
S> > fieldValues in post interceptors does nothing of course.
S> >
S> > Unless there is more to it than this, I will go ahead and add the 
S> > fieldValues parameter to these methods and document it.
S> >
S>   
S> 
S> 
S> -------------------------------------------------------
S> This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
S> For a limited time only, get FREE Ground shipping on all orders of
S> $35 or more. Hurry up and shop folks, this offer expires April 30th!
S> http://www.thinkgeek.com/freeshipping/?cpg=12297
S> _______________________________________________
S> DbForms Mailing List
S> 
S> http://www.wap-force.net/dbforms
S> 



-- 


Ivan F. Martinez


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to