Sorry, this is a struts 1.1 issue
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


[EMAIL PROTECTED] wrote on 15/11/2002 12:10:30 PM:

> I think that this one is biting us:
> 
> 
> <Code snippet>
> } else if (Var.JSTYPE_REGEXP.equalsIgnoreCase(jsType)) {
>      results.append(
>      "this."
>          + varKey
>          + "=/"
>          + ValidatorUtil.replace(varValue, "\\", "\\\\")
>          + "/; ");
> </CodeSnippet>
> 
> Since the javascript regexp starts with '/' shouldn't any embedded '/'s 
be 
> escaped? 
> 
> I'll test it locally to see if it solves our problem and report back.
> --
> dIon Gillard, Multitask Consulting
> Work:      http://www.multitask.com.au
> Developers: http://adslgateway.multitask.com.au/developers
> 
> 
> --
> To unsubscribe, e-mail: 
<mailto:commons-dev-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: 
<mailto:commons-dev-help@;jakarta.apache.org>
> 

> ForwardSourceID:NT0008ED16 

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to