您不能在Struts标记的属性中使用JSP EL表达式,但是很高兴可以使用OGNL表达式。不在值堆栈中的对象可通过访问
#attr。
<s:textfield theme="simple" value="%{#attr.serviceVO.notifList}" name="%{#attr.notifListTemp3}" size="50" maxlength="1000" />
您不能在Struts标记的属性中使用JSP EL表达式,但是很高兴可以使用OGNL表达式。不在值堆栈中的对象可通过访问
#attr。
<s:textfield theme="simple" value="%{#attr.serviceVO.notifList}" name="%{#attr.notifListTemp3}" size="50" maxlength="1000" />