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 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 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
> @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