Struts 2 - getText()无法格式化double值

时间:2013-07-16 12:30:50

标签: java jsp struts2 number-formatting

下面给出的代码不适用于通过struts Action类来格式化来自DTO的double值:

<s:textfield key="xyz.value" value="%{getText('format.number',{xyz.value})}" theme = "simple"/>

我已通过this链接。 但是这段代码对我不起作用。 我的动作类中没有对此进行任何更改。在propety文件中,我只为format.number分配了值。即format.number = {0,number,#0.0##}

1 个答案:

答案 0 :(得分:1)

如果ActionSupport没有getText,您的操作应该延长{{1}}。