RE: Re: trouble replacing

2024-01-25 Thread Patrice DUROUX

On 2024/01/07 11:31:05 Lukasz Lenart wrote:

> I just checked with a very basic example and it works:
>
> 
> 
> console.log(c);
> 
>
> where the action test just returns:
>
> const a=1;
> const b=2;
> const c=a+b;
>
> So I assume it has something to do with the result of:  name="species" executeResult="true" />; - I would check if there are
> no \n\r characters or something else that breaks page structure.

Bringing this up, I was reminded of a similar problem I had in the past.
I will definitely check this out and do more testing as soon as possible
(over the weekend or next week).

> Regards
> Łukasz

Many thanks!
Patrice


Re: trouble replacing

2024-01-07 Thread Lukasz Lenart
czw., 4 sty 2024 o 12:33 Patrice DUROUX
 napisał(a):
> In the concerned webapp project, some JSP have code like:
>
> 
> ...
> var speciesData = ;
> ...
> 
>
> And if I just replace in it 

trouble replacing

2024-01-04 Thread Patrice DUROUX
Hi,

I am trying to figure out what is going on with my issue reported here:
https://issues.apache.org/jira/browse/WW-5377

Sorry for that, I should first have posted to this mailing list.

In the concerned webapp project, some JSP have code like:


...
var speciesData = ; 
...


And if I just replace in it