If I have a field that did contain information, and I clear it out, it
doesn't show up in the list of Body Parameters in catalyst, which
means that populate_from_formfu doesn't empty out the field.  I've put
some of my yml file below.  In this case I can't leave URL blank in
order to get it cleared out.  I don't have any filters activated.  Am
I doing something wrong?  I'm using version 0.01003.


action: /auth/event_edit
auto_id: %n
auto_fieldset: 1
auto_constraint_class: %t

elements:
 - type: Hidden
   name: location
 - type: Text
   name: name
   label: Name
   size: 80
   constraints: Required

 - type: Text
   name: url
   label: URL
   size: 80
   constraint:
    - type: Regex
      common: [ URI, HTTP, { '-scheme': 'http' } ]

-- 
Barry Hoggard

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to