I am trying to validate Length on a textfield. How can i show the relavant error
message.

<webuijsf:textField id="textField1" immediate="true" label="testing"
required="true"  style="position: absolute; left: 360px; top: 120px">
                            <f:validateLength maximum="10" minimum="2" /> 
</webuijsf:textField>


Also how can i use the validatorExpression instead.

Reply via email to