Hello, Someone knows if it is possible to add a commonsValidation component in a clay component?
I get a FacesException: Undefined component type
"org.apache.shale.CommonsValidator" when try:
<component jsfid="mycomponent" extends="inputText">
<element id="validator" renderId="1" jsfid="s:commonsValidator">
<attributes>
<set name="type" value="required"/>
<set name="client" value="true"/>
</attributes>
</element>
</component>
Thanks in advance.
drh.
