IceFaces:提交时保存的 inputRichText 在 IE 中不起作用?
我在 IE 中遇到了ice:inputRichText组件和saveOnsubmit问题。当提交包含输入的表单时,我只得到原始文本,而不得到用户所做的任何更改。
这是我用于显示输入组件的代码:
<ice:inputRichText height="250" toolbar="Transfer" customConfigPath="/FCKconfig.js" id="messageBody" value="#{InvitationPageBean.messageBody}" language="sv" saveOnSubmit="true" />
我正在使用 IceFaces 1.8.2。
在其他浏览器中,例如 Firefox 3.6 和 Safari 5,一切都按预期工作。
有什么想法吗?
谢谢!
I'm having problems with an ice:inputRichText component and saveOnsubmit in IE. When the form containing the input is submitted, I only get the original text and not any of the changes the user has made.
This is the code I use for displaying the input component:
<ice:inputRichText height="250" toolbar="Transfer" customConfigPath="/FCKconfig.js" id="messageBody" value="#{InvitationPageBean.messageBody}" language="sv" saveOnSubmit="true" />
I'm using IceFaces 1.8.2.
In other browsers, for example Firefox 3.6 and Safari 5, it all works as expected.
Any ideas?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
保存,应该在 .java 中进行
在 xhtml 中是:
the save, should do it in a .java
and in the xhtml is: