You use JavaScript to control the submission behavior of the form: Set the client-side onclick handler attribute to one of the following:
javascript:this.form.submit() --- normal submit, with validation javascript:this.form.cancel() -- cancels the form javascript:this.form.refresh() -- bypasses validation but submits the form normally otherwise On 8/12/05, Jone. hwk <[EMAIL PROTECTED]> wrote: > Thank you Howard, > But how can I just bypasses client-side input field validation for the Submit > component?In "cancel" model,all input value(including hidden field) retrieved > from form is null,however,without the input information(stored in hidden > field) > I cannot determine what to do. > thanks > Jone.hwk > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
