Chen, These types of questions are best asked on the Struts users mailing list. This list is not meant for these types of questions.
[EMAIL PROTECTED] -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Chen Zhi feng <[EMAIL PROTECTED]> wrote: > Can you help me?I meet with a large trouble. > > In validation.xml,I want to describe a constant as > following to prevent user > input invalide characters in file path: > <constant> > <constant-name>filepath</constant-name> > > <constant-value>^[^\/;,\*\?\|<>]*$</constant-value> > </constant> > But I'm not able to include the double quotation( > ") in it,althought I have > used XML entity \ to substitute it, > and in the generated javascript string,there is two > \ before the " looking > like \\" .As > you know this is invalide in jscript language > syntex. How should I do? > > > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
