Author: ppitonak(a)redhat.com
Date: 2010-12-13 07:22:53 -0500 (Mon, 13 Dec 2010)
New Revision: 20524
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richFileUpload/simple.xhtml
Log:
* fixed listener output
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richFileUpload/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richFileUpload/simple.xhtml 2010-12-13
11:40:42 UTC (rev 20523)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richFileUpload/simple.xhtml 2010-12-13
12:22:53 UTC (rev 20524)
@@ -71,7 +71,7 @@
<a4j:outputPanel id="uploadedFilesPanel"
ajaxRendered="true">
<ul>
<a4j:repeat value="#{richFileUploadBean.items}"
var="item">
- <li>#{item.fileName}</li>
+ <li>#{item.name}</li>
</a4j:repeat>
</ul>