- 论坛徽章:
- 0
|
大哥们问一下,Struts国际化时.前台显示的动态内容也要放在资源文件中吗?
如果这样的话..小弟还有个问题..我在action中..不管客户端是简体还繁体体的都要从数据库中的把内容取出两次来.这样是否很浪费资源.如果有5个版本.那不得取5次出来放到资源文件中啊....等着调用..呢?
我在前台是通过struts标签来显示内容的像这样
<logic:iterate name="ComList" id="paramlistn" property="paramlist" >
<bean:write name="paramlistn" property="param1" filter="fase"/><br>
</logic:iterate>
但是如果我把这个文件写在资源文件中..则不会被执行这是为什么啊?
也就是我在资源文件这样写了
news.main=<logic:iterate name="ComList" id="paramlistn" property="paramlist" >
<bean:write name="paramlistn" property="param1" filter="fase"/><br>
</logic:iterate>
前台<bean:message key="news.main"/>的时候不会显示出来.也不会执行..非常渴望做过类似项目的大哥指正.
在线等............................ |
|