On Mon, 2004-12-06 at 08:38 +0100, Henner Kollmann wrote: 
> 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?

No.  I have all <db:dataLabel> tags in my form.  I will pass in hidden
values and do the update myself in the interceptor.   

Um, Actually, it works fine if I include anything that will write out a
dbforms parameter such as db:textField and all I have to do to hide it
is set "hidden"= true.  Then it will pass the null check and get to the
interceptor.

Thanks.

  
-- 
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

Reply via email to