s:property escape="false" tag causes double method invocation -------------------------------------------------------------
Key: WW-2496 URL: https://issues.apache.org/struts/browse/WW-2496 Project: Struts 2 Issue Type: Bug Affects Versions: 2.0.11 Environment: Running Struts 2.0.11 with Spring/Hibernate on Resin in a Linux environment Reporter: Magnus SpÄngdal Priority: Minor The tag <s:property value="allMoviesFeed" escape="false"/> causes the method getAllMoviesFeed() to be triggered twice, while <s:property value="allMoviesFeed"/> only causes it to trigger once. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.