Folks I am trying to find good tags api doc on net but could not find any good one which is
descriptive. Everywhere I get this link reference http://struts.apache.org/2.1.8/docs/if.html
For example if I have to figure out if myManager in below if tag will be treated string literal or OGNL expression
against valueStack, I can not find any decription for this.
<s:if test="myManager">
</s:if>
Can someone point me to good doc/link?
I guess this will help you, as this site is also listed as article on apache official site.
http://www.roseindia.net/struts/struts2/struts-2-tags.shtml as well as
http://www.dzone.com/tutorials/java/struts-2/struts-2-tutorial/struts-2-tutorial.html