gregh3269 commented on PR #210:
URL: https://github.com/apache/struts-site/pull/210#issuecomment-1784658054

   Looks good.  .
   
   ...I remember a while back when I was trying to speed up my pages, think the 
page scope was checked first, so that's why I always include the #attr.  (Not 
sure on the order on the #innerName variable?)  Would this assumption be 
correct?  The order then could be like below.  
   
   <s:property value="#attr.innerName"/>
   <s:property value="#innerName"/>
   <s:property value="innerName"/>


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

Reply via email to