On Wed, Mar 19, 2008 at 11:10 PM, Igor Vaynberg <[EMAIL PROTECTED]>
wrote:

> thats kinda cludge imho. checkrequired() defines the process of
> checking, whether that needs to be invoked or not is up to the
> formcomponent and its required attribute.
>

exactly and why do you want that outside of that method? if you find in
mandatory to check it???
thats just odd code, it could be that isRequired() is checked before that
methdo
but then checkRequired() should be private. It should not be possible to
call it from the outside then
If it is, like now, then checkRequired should be able to work standalone.

johan

Reply via email to