Author: mvitenkov
Date: 2009-05-25 09:53:34 -0400 (Mon, 25 May 2009)
New Revision: 14305
Modified:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf7064.xhtml
Log:
remove validate
Modified:
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf7064.xhtml
===================================================================
---
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf7064.xhtml 2009-05-25
13:48:52 UTC (rev 14304)
+++
branches/community/3.3.X/test-applications/regressionArea/regressionArea-web/src/main/webapp/pages/rf7064.xhtml 2009-05-25
13:53:34 UTC (rev 14305)
@@ -12,8 +12,7 @@
<h:panelGrid columns="2" width="100%"
columnClasses="column,column">
<h:panelGroup style="height:320px;width:400px;"
layout="block">
<rich:editor configuration="#{editorBean.currentConfiguration}"
- id="editor" width="400" height="300"
- validator="#{editorBean.validate}"
+ id="editor" width="400" height="300"
viewMode="#{editorBean.viewMode}" value="#{editorBean.value}"
useSeamText="#{editorBean.useSeamText}">
<a4j:support event="onchange" reRender="result"
ajaxSingle="true"
Show replies by date