Validation and TransactionToken

2003-07-05 Thread ara
Hi,all Now I use DynaValidatorActionForm with Struts1.1Final release. I have a question about validate check and TransactionToken check. TransactionToken check is performed in Action#isTokenValid(HttpServletRequest request) method. So,a validate check is

Re: How I can format a date to display

2003-06-27 Thread ara
Hi,Marc. i use my custom tag. !-- DateTag Definition -- tag namedate/name tagclassxx.yy.zz.view.taglibs.DateTag/tagclass bodycontentempty/bodycontent infoformat Data/info attribute namesourceDate/name

Re: validate String[]

2003-06-19 Thread ara
Hi,Ben. I think "required"(and others also) is work only String, not array. I was same situation, so I made a class that... public class InputChecks extends FieldChecks { public static boolean validateRequiredArray(Object bean,