> On 29 Jan 2020, at 01:48, John Bush <jtb...@mchsi.com> wrote:
> 
> I've had problems in some frameworks confusing the parser using operators 
> this way. Since java maps allow any object as the key, such as Number or it's 
> sub-classes, you get into issues where the page tech (jsp,js,various 
> taglibs,et al) makes Map[key-1] into Map[1-1] then into Map[0]. I basically 
> stay away from arithmetic operators unless I am performing math for that 
> reason. I think what is there is reasonable for the wider audience and that 
> providing the ability to specify your own is a reasonable solution.


Does that happen even when you use the ’string’ format i.e. you make it 
explicit that it’s a string using the quotes ? 

—
Ing. Andrea Vettori
Responsabile Sistemi Informativi


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to