1.3 1.1 Validation taglib http://www.servletsuite.com/servlets/validtag Validation taglib validToken com.cj.valid.validToken JSP tests string against tokens value true true tokens true true ignoreCase false true notValidToken com.cj.valid.notValidToken JSP tests string value true true tokens true true ignoreCase false true validString com.cj.valid.validString JSP tests string value true true length false true notValidString com.cj.valid.notValidString JSP tests string value true true length false true validMoney com.cj.valid.validMoney JSP tests money value value true true notValidMoney com.cj.valid.notValidMoney JSP tests money value value true true validInteger com.cj.valid.validInteger JSP tests integer value value true true from false true to false true notValidInteger com.cj.valid.notValidInteger JSP tests integer value value true true from false true to false true validDate com.cj.valid.validDate JSP tests date value value true true format true true notValidDate com.cj.valid.notValidDate JSP tests date value value true true format true true validEmail com.cj.valid.validEmail JSP tests email value value true true notValidEmail com.cj.valid.notValidEmail JSP tests email value value true true validURL com.cj.valid.validURL JSP tests URL value value true true notValidURL com.cj.valid.validEmail JSP tests URL value value true true validPhone com.cj.valid.validPhone JSP tests phone value value true true notValidPhone com.cj.valid.notValidPhone JSP tests phone value value true true