Author: jjamrich
Date: 2011-08-31 09:53:59 -0400 (Wed, 31 Aug 2011)
New Revision: 22670
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richEditor/reloadEditor.xhtml
Log:
Update reload and rerender testing for rich:editor
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richEditor/reloadEditor.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richEditor/reloadEditor.xhtml 2011-08-31
13:53:42 UTC (rev 22669)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richEditor/reloadEditor.xhtml 2011-08-31
13:53:59 UTC (rev 22670)
@@ -52,8 +52,8 @@
<a4j:commandButton id="a4jButton" value="[a4j] Submit"
render="output" />
<br/>
- <a4j:commandButton render="panel" />
- <a4j:commandButton render="editor" />
+ <a4j:commandButton id="renderPanel" render="panel"
value="render panel" />
+ <a4j:commandButton id="renderEditor" render="editor"
value="render editor" />
<br/><br/>
Your text: <h:outputText id="output"
value="#{richEditorBean.attributes['value'].value}"/>
@@ -61,7 +61,7 @@
</ui:define>
<ui:define name="outOfTemplateAfter">
- <metamer:attributes value="#{richEditorBean.attributes}"
id="attributes" />
+ <!-- metamer:attributes value="#{richEditorBean.attributes}"
id="attributes" /-->
</ui:define>
</ui:composition>
Show replies by date