Author: ppitonak(a)redhat.com
Date: 2010-09-13 09:21:57 -0400 (Mon, 13 Sep 2010)
New Revision: 19171
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAttachQueue/simple.xhtml
Log:
* fixed attribute render
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAttachQueue/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAttachQueue/simple.xhtml 2010-09-13
12:19:55 UTC (rev 19170)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jAttachQueue/simple.xhtml 2010-09-13
13:21:57 UTC (rev 19171)
@@ -81,7 +81,7 @@
</h:inputText>
<h:inputText id="input2"
value="#{a4jAttachQueueBean.text2}" onkeyup="addEvent();">
- <a4j:ajax event="keyup" render="output1"
execute="@form" onbegin="addRequest();"
+ <a4j:ajax event="keyup" render="output2"
execute="@form" onbegin="addRequest();"
oncomplete="printCounts()"
onbeforedomupdate="addUpdate()">
<a4j:attachQueue id="a4jAttachQueue2"
ignoreDupResponses="#{a4jAttachQueueBean.attributes2['ignoreDupResponses'].value}"
Show replies by date