Author: adubovsky
Date: 2008-12-10 11:07:30 -0500 (Wed, 10 Dec 2008)
New Revision: 11702
Modified:
trunk/test-applications/seamApp/web/src/main/webapp/Editor/Editor.xhtml
Log:
delete onsave attribute of editor
Modified: trunk/test-applications/seamApp/web/src/main/webapp/Editor/Editor.xhtml
===================================================================
--- trunk/test-applications/seamApp/web/src/main/webapp/Editor/Editor.xhtml 2008-12-10
16:02:56 UTC (rev 11701)
+++ trunk/test-applications/seamApp/web/src/main/webapp/Editor/Editor.xhtml 2008-12-10
16:07:30 UTC (rev 11702)
@@ -2,7 +2,8 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:rich="http://richfaces.org/rich" id="editorSubviewID">
+
xmlns:rich="http://richfaces.org/rich"
+
xmlns:s="http://jboss.com/products/seam/taglib"
id="editorSubviewID">
<h:panelGrid id="EditorPanelID" columns="2"
border="1">
@@ -10,7 +11,7 @@
value="#{editor.value}" width="#{editor.width}"
height="#{editor.height}" theme="#{editor.theme}"
onchange="#{event.onchange}" oninit="#{event.oninit}"
- onsave="#{event.onsave}" onsetup="#{event.onsetup}"
+ onsetup="#{event.onsetup}"
autoResize="#{editor.autoResize}" immediate="#{editor.immediate}"
rendered="#{editor.rendered}" required="#{editor.required}"
requiredMessage="requiredMessage"
useSeamText="#{editor.useSeamText}"