例如:
<s:textfield label="企业名称" value="%{businessAccount.company }" readonly="true" ></s:textfield>
struts2标签已经不支持El表达式了,需要通过这种形式获得值
例如:
<s:textfield label="企业名称" value="%{businessAccount.company }" readonly="true" ></s:textfield>
struts2标签已经不支持El表达式了,需要通过这种形式获得值