Re: [VOTE] Struts Master 14

2020-01-29 Thread Lukasz Lenart
czw., 9 sty 2020 o 08:43 Lukasz Lenart napisał(a): > [ ] Leave at test build > [ ] Alpha > [ ] Beta > [X] General Availability (GA) +1 (binding) Can I assume a silence consensus here? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: Standard Accepted Patterns in DefaultAcceptedPatternsChecker

2020-01-29 Thread John Bush
Yes I've had to use misc concats, weird escaping, even making sure the string portion of the name was first to make sure it didn't treat it mathematically and to keep the taglibs from interfering with my names. Mixing front end frameworks leads to weird results sometimes also since they resolve

Re: Standard Accepted Patterns in DefaultAcceptedPatternsChecker

2020-01-29 Thread Ing. Andrea Vettori
> On 29 Jan 2020, at 01:48, John Bush 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) m