Struts2 调用带参数的方法.
<s:property value="%{getTextStatus(#taskobj)}"/>
?
调用静态方法
<s:property value="@com.sxit.common.DictValue@getDict('Sms_Type')"/>