开发者

How to get the title of a column grid from a properties file in struts2-jquery plugin

I am using the grid component of the struts2-jquery plugin

http://code.google.com/p/struts2-jquery/wiki/GridTag

and I need to get the title of the column from a properties file. Anyone have idea how to do tha开发者_运维百科t.

Note: in normal case without jquery plugin I get the value from properties file using the tag:


If i understand the problem right you could use:

<sjg:gridColumn name="name" index="name" title="%{getText('addDate')}"/>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜