分析:
在set里面可以设置作用范围值:scope
scope默认为action,可以取得的scope有五个:The scope in which to assign the variable. Can be application,
session, request, page, or action.
分析:
bean标签
参数name的类型为String,作用是The class name of the bean to be instantiated (must respect JavaBean
specification),定义一个需要实例化的类。
取值的方法:都是以#开头,家伙是哪个变量名称
#adminPassword
#session.adminPassword
#myDog.name
注意一下两种不同: <s:bean name="com.struts2.tags.Dog" >
s:bean执行开始时,会构造一个对象入栈到栈顶,执行完毕之后从栈顶取出。
<s:bean name="com.struts2.tags.Dog" var="myDog">
执行之后放在Stack Context