<formValidation>
<field >*
</formValidation>
<serviceProxy port="2000">
<formValidation>
<field name="age" regex="\d+" />
<field name="name" regex="[a-z]+" />
</formValidation>
</serviceProxy>
Elements | Description | Cardinality |
---|---|---|
field | Specifies the name of the parameter and the regex to match against. | 0..* |
See the example in the examples/validation form folder of the Membrane Service Proxy distribution.