I don't need the ValidatorVar (yet?).

I've found your post:

http://www.mail-archive.com/[email protected]/msg00631.html

and this:

http://www.mail-archive.com/[email protected]/msg00547.html

That lead me to:

javax.faces.FacesException: Undefined component type
org.apache.shale.component.ValidatorScript

Corrected the shale taglib component-type:

org.apache.shale.component.ValidatorScript

to

org.apache.shale.ValidatorScript

Now the validation takes place and the JS gets rendered into the page.
Something with the validation msg looks strange, but I'll figure that
out. Also I expected a msgbox to appear due to JS client verification?!

regards,
Veit



Wendy Smoak schrieb:
> On 11/25/06, Veit Guna <[EMAIL PROTECTED]> wrote:
> 
>> I'm also trying to get apache commons validator running together with
>> shale-1.0.4-SNAPSHOT and facelets 1.11. This is because I can use the
>> commons-validator package for business validation, too - independent of
>> the view technologie.
> ...
>> Any hints what the problem might be? Perhaps one need really a Facelet
>> Tag handler to get it running?
> 
> That's what I'm told, but I didn't get very far, either:
> 
> http://www.nabble.com/Help-with-a-TagHandler-for-Shale%27s-%27validatorVar%27-t2398508.html
> 
> 

Reply via email to