[GitHub] struts pull request: New result 'JSONActionRedirectResult' in json...

2016-01-11 Thread lukaszlenart
Github user lukaszlenart commented on a diff in the pull request: https://github.com/apache/struts/pull/72#discussion_r49329379 --- Diff: plugins/json/src/main/java/org/apache/struts2/json/JSONActionRedirectResult.java --- @@ -0,0 +1,71 @@ +package org.apache.struts2.json;

[GitHub] struts pull request: New result 'JSONActionRedirectResult' in json...

2016-01-11 Thread lukaszlenart
Github user lukaszlenart commented on a diff in the pull request: https://github.com/apache/struts/pull/72#discussion_r49329166 --- Diff: plugins/json/src/main/java/org/apache/struts2/json/JSONActionRedirectResult.java --- @@ -0,0 +1,71 @@ +package org.apache.struts2.json;

[GitHub] struts pull request: New result 'JSONActionRedirectResult' in json...

2016-01-11 Thread cnenning
GitHub user cnenning opened a pull request: https://github.com/apache/struts/pull/72 New result 'JSONActionRedirectResult' in json-plugin Adds new result 'JSONActionRedirectResult' to json-plugin. Contains tests and example in showcase app. The new result type is intended to be used

Re: Struts 2.5 BETA3

2016-01-11 Thread Christoph Nenning
> @Christoph I was able to resolve the issue with that warning about > Custom EL ... also fixed the problem with loading ftl layouts - you > must define a proper templateType -> > https://github.com/lukaszlenart/struts2-tiles-demo/commit/ > dc52bc82895dc664ff0db0bb8ca330a13e48c169 > - I will add th