Struts2 调用带参数的步骤

Struts2 调用带参数的方法.s:property value%{getTextStatus(#taskobj)}/??调用静态方法s:property

Struts2 调用带参数的方法.

<s:property value="%{getTextStatus(#taskobj)}"/>

?

?

调用静态方法

<s:property value="@com.sxit.common.DictValue@getDict('Sms_Type')"/>