Re: Referencing request parameters in struts tags.

2016-11-08 Thread Lukasz Lenart
Pushed changes to the repo, you can test with the latest SNAPSHOT version 2016-11-02 10:28 GMT+01:00 Lukasz Lenart : > 2016-11-02 9:19 GMT+01:00 Lukasz Lenart : >> 2016-11-02 9:12 GMT+01:00 Greg Huber : >>> Looking at this: >>> >>> >>> >>> >>> >>> >>> >>> and if I use : >>> >>> login.

Re: Referencing request parameters in struts tags.

2016-11-08 Thread Greg Huber
Nearly: This is now blocked : #parameters.get('error').value But: Does the popup! # Also, if I modify my class for HttpParametersAware and use the new HttpParameters ie public void setParameters(HttpParameters parameters) { this.params = parameters.toMap(); } publi