Re: [Wicket-develop] Form.hasError method

2006-05-20 Thread Eelco Hillenius
For 1.2? If you put up a feature request - if you really need it - we can back port it. Eelco On 5/19/06, Iulian Costan <[EMAIL PROTECTED]> wrote: if following logic is true: form.hasErrorMessage() checks if form itself has any errors form.hasError() checks if form and its form components has

[Wicket-develop] Form.hasError method

2006-05-19 Thread Iulian Costan
if following logic is true:form.hasErrorMessage() checks if form itself has any errors form.hasError() checks if form and its form components has any errors i am wondering why form.hasError() method is protected, is there any special reason for this?ofcourse i can or override onError() or create a