Hi, one thing that makes the Apache Click strong is your documentation. I will list some references that probably can help:
User guide->request-param-auto-binding[1] java doc ->Form validation[2] Bob's article on explicit bind[3] Hth, Gilberto [1] http://click.apache.org/docs/user-guide/htmlsingle/click-book.html#request-param-auto-binding [2] http://click.apache.org/docs/click-api/org/apache/click/control/Form.html [3] http://click-framework.blogspot.com/2010/09/apache-click-220-explicit-binding.html On Wed, Feb 22, 2012 at 2:06 PM, foxesout <[email protected]> wrote: > Hello all.. > I must have missed something fundamental in click... sorry if this question > is really silly. > > I have a simple form with a couple of dates, i don't use any custom > validation, only what click provides. > When the date is invalid, i get an error on the page. > But the invalid request parameter is already bound to the page variable and > is used to render the page. > > I must be doing something wrong. How can I tell click not to use the > invalid parameter when the page renders? > > Thank you! > > -- > View this message in context: > http://click.1134972.n2.nabble.com/How-to-not-bind-variables-when-the-form-is-invalid-tp7308872p7308872.html > Sent from the click-user mailing list archive at Nabble.com.
