Re: Referencing request parameters in struts tags.

2016-11-17 Thread Aleksandr Mashchenko
> but then having a dedicated class doesn't make sense, we cannot > control how those parameters are accessed. I know that there is no > much gain right now but I hope it will improve (as with accessors). Map interface implementation it is, then. --- Regards, Aleksandr -

Re: Referencing request parameters in struts tags.

2016-11-17 Thread Lukasz Lenart
2016-11-16 18:47 GMT+01:00 Aleksandr Mashchenko : I would rather implement Map interface in HttpParameters and keep backward compatibility, wdyt? >>> >>> Yes, or maybe just convert HttpParameters to Map in Dispatcher. >> >> It won't work, I mean it will work only for EL expression, i.e.:

Re: Upgrading do Servlet API 2.5 and JSP API 2.1

2016-11-17 Thread Johannes Geppert
+1 for a 2.6.x based on Servlet 3.0 and JSP 2.2. Best Regards Johannes # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2016-11-16 18:01 GMT+01:00 Aleksandr Mashchenko : > Maybe Servlet 3.0 and JSP 2.2. > > For example: Apache To