gregh3269 commented on PR #210: URL: https://github.com/apache/struts-site/pull/210#issuecomment-1784923947
The s:set tag mentions NOTE: If no scope is specified, it will default to action scope. For the set tag specifically, this also places (sets) the generated value into the page scope as well (retrieve via #attr). So for no scope it also places one in the page scope, but if you don't specify #attr ie <s:property value="paramName"/> What would happen here? Get if from the action? When I was testing with a huge page of sets and the #attr. made a difference. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@struts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org