[top] / zope / app / form / utility / viewHasInput
viewHasInput(view, schema, names=None)
Returns True if the any of the view's widgets contain user input.
schema specifies the set of fields that correspond to the view widgets.
names can be specified to provide a subset of these fields.