[ https://issues.apache.org/struts/browse/WW-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Holmes resolved WW-2496. ------------------------------ Resolution: Cannot Reproduce Are you sure? I looked into the code inside the Property component and cannot see how escaping has any impact on the number of times that the value attribute's getter method is invoked. I even tested this on one of my applications and cannot reproduce the issue. If you can reliably reproduce, feel free to reopen this ticket with detailed information. > 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 > Fix For: 2.1.3 > > > 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.