But it's still there:

UpdateEvent:

   // must be public because protected will break cactus testing!
   public FieldValues getFieldValues() {
      String s = ParseUtil.getParameter(getRequest(),
                                        Constants.FIELDNAME_OVERRIDEFIELDTEST
                                        + getTable().getId());
      boolean flag = "true".equalsIgnoreCase(s);

      return getFieldValues(flag);
   }
 
Is'nt it working?


Henner


> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im 
> Auftrag von Shawn
> Gesendet: Montag, 6. Dezember 2004 08:27
> An: dbf
> Betreff: [dbforms] overrideFieldCheck
> 
> what happened to overrideFieldCheck?
> 
> updateEvent has:
>  if (fieldValues.size() == 0) {
>          logCat.info("no parameters to update found");
> 
>          return;
>       }
> 
> but I want my interceptor to be called even if there are no changes.
> 
> ???
> 
> The only places I can find it are in Constants.java and the 
> dbformTag.java.
> 
> 
> --
> Shawn <[EMAIL PROTECTED]>
> 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now. 
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
> 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
DbForms Mailing List

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

Reply via email to