Hi friends 
i am using DynaActionForm and client side validations using Validator
fromework
i can specify java.lang.String for type of form field in struts-config.xml
like
<form-bean name="LoginForm"
type="org.apache.struts.validator.DynaValidatorForm">
        <form-property name="userId" type="java.lang.String"/>
        <form-property name="password" type="java.lang.String"/>
</form-bean>

but how to specify for numbers and time( time should be 24 hours format)

please give me any idea or send any link on this topic

urs
Mallik

-- 
View this message in context: 
http://www.nabble.com/DynaValidatorForm-tf2251930.html#a6245318
Sent from the Struts - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to