You can use a FormFragment to hide and disable the field. Or you can remove
the builtin required validation and manually decide whether it's required in
onValidateForm.
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Disable-Validation-of-a-field-tp6176353p6180826.html
Se
Yes I am using the JS to disable the field, but the tapestry validation
remains there. When i click on submit, it says that the field is required.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Disable-Validation-of-a-field-tp3779681p3869746.html
Sent from the Tapestry - U
Do you still use the textfield even when the checkbox is checked? If not, you
can make some js for the click event of the checkbox and simply disable the
textfield in your js. I suspect this disables validation.
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/Disable-Vali
http://jumpstart.doublenegative.com.au/jumpstart/examples/input/novalidationbubbles1
http://www.packtpub.com/article/user-input-validation-in-tapestry-5
http://tapestry.1045711.n5.nabble.com/Disabling-onBlur-field-validation-td2416314.html
http://tapestry.apache.org/input-validation.html
http://cod
textbox code in tml is :
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Disable-Validation-of-a-field-tp3779681p3779790.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubsc