
JSF
fujs999
这个作者很懒,什么都没留下…
展开
-
如何在JSF的inputSecret保留原来的密码
在做AJAX验证两次输入的密码一致性时,如何保留原来的密码呢?在inputSecret 中设置redisplay="true"。 redisplay: This is a boolean attribute. This is used to specify that the password, that have been entered previously, has to be原创 2009-11-12 02:12:00 · 1023 阅读 · 1 评论 -
如何避免jsf ViewExpiredException
我看了一下RestoreViewPhase.java,在处理View的过程中有这样的代码: 196 if (isPostBack) { 197 facesContext.setProcessingEvents(false); 198 // try to restore the view 199原创 2010-03-23 13:39:00 · 2066 阅读 · 0 评论