2016-11-08 13:06 GMT+01:00 Greg Huber <gregh3...@gmail.com>: > Nearly: > > <s:text name="#parameters.get('error').value"/> > > This is now blocked : > > #parameters.get('error').value > > But: > > <s:text name="#parameters.error"/> > > Does the popup!
Are you sure you are using the latest SNAPSHOT build? I cannot confirm this locally http://screencast.com/t/j5Fz7EnBD4SZ > ##### > > Also, if I modify my class for HttpParametersAware and use the new > HttpParameters > > ie > public void setParameters(HttpParameters parameters) { > this.params = parameters.toMap(); > } > public String getParameter(String key) { > String[] p = (String[]) this.params.get(key); > if (p != null && p.length > 0) { > return p[0]; > } > return null; > } > > then : > > <s:text name="getParameter('error')" /> > > I also get the popup but this is basically your fault as a developer. I'm going to mark .toMap as deprecated and hide access to it. Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org