This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit c5b884ec190adaac71ae18542483f5e1e83637c7 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Sun Aug 2 16:30:45 2015 +0200 remove problematic field with struts and multiple setter --- bow-ui/src/main/webapp/WEB-INF/jsp/authenticationEdit.jsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bow-ui/src/main/webapp/WEB-INF/jsp/authenticationEdit.jsp b/bow-ui/src/main/webapp/WEB-INF/jsp/authenticationEdit.jsp index 7d4c6dc..5200c5e 100644 --- a/bow-ui/src/main/webapp/WEB-INF/jsp/authenticationEdit.jsp +++ b/bow-ui/src/main/webapp/WEB-INF/jsp/authenticationEdit.jsp @@ -41,8 +41,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <s:hidden name="tagLine" /> <s:hidden name="fullTextLine" /> <s:hidden name="bookmarkId"/> + <%-- struts2/ognl problem, try to use setter with wikitty argument + and not setter with String argument :( + fortunately we don't need it any more <s:hidden name="authentication.target"/> - + --%> <s:checkbox key="bow.authenticationEdit.shareSecurity" labelposition="left" labelSeparator=" " name="shareSecurity" /> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.