On Tue, 2004-10-05 at 05:32, [EMAIL PROTECTED] wrote:
> Hi ,
> 
> I have come to realize that in the newer versions of Dbforms: 
> 
> If no (dbForms) input fields have been modified by the user, the form
> is not processed (validator is not invoked) when submitted.  This is a
> good optimization however for
> 
> Backwards compatibility, it would be necessary to still allow a call
> to the interceptor method.  This could be implemented via an extra
> parameter (forceSubmit)?
 
use overrideFieldCheck in the dbforms tag

If set to true the field values will not be checked if they are changed.
The database update will be done always This could be usefull if you
want to call your interceptor always to check fields which are not part
of the table. In your interceptor you can use return
DbEventInterceptor.IGNORE_OPERATION if you do not want the database
update 

[RTExpValue]
-- 
Shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
DbForms Mailing List

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

Reply via email to