[
http://jira.jboss.com/jira/browse/RF-3226?page=all ]
Andrei Markavtsov updated RF-3226:
----------------------------------
Fix Version/s: 3.2.1
Affects Version/s: 3.2.1
Description:
Exception: javax.el.PropertyNotFoundException: /ankets.xhtml @569,91
value="#{uploadItem.file.name}": Property 'name' not found on type
java.lang.Boolean
Page code:
<rich:dataGrid columns="1" value="#{fuMan.fileList}"
var="uploadItem" rowKeyVar="row">
<rich:panel>
<h:panelGrid columns="2">
<a4j:mediaOutput element="img"
mimeType="image/jpeg"
createContent="#{fuMan.paint}"
value="#{row}"
style="width:100px; height:100px;"
/>
<h:panelGrid columns="2">
<h:outputText value="File Name:" />
<h:outputText value="#{uploadItem.file.name}"
/>
</h:panelGrid>
</h:panelGrid>
</rich:panel>
</rich:dataGrid>
was:
Exception: javax.el.PropertyNotFoundException: /ankets.xhtml @569,91
value="#{uploadItem.file.name}": Property 'name' not found on type
java.lang.Boolean
File Upload: exception when try to get 'file.name' property
of UploadItem instanceon the page.
----------------------------------------------------------------------------------------------
Key: RF-3226
URL:
http://jira.jboss.com/jira/browse/RF-3226
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Andrei Markavtsov
Assigned To: Andrei Markavtsov
Fix For: 3.2.1
Exception: javax.el.PropertyNotFoundException: /ankets.xhtml @569,91
value="#{uploadItem.file.name}": Property 'name' not found on type
java.lang.Boolean
Page code:
<rich:dataGrid columns="1" value="#{fuMan.fileList}"
var="uploadItem" rowKeyVar="row">
<rich:panel>
<h:panelGrid columns="2">
<a4j:mediaOutput element="img"
mimeType="image/jpeg"
createContent="#{fuMan.paint}"
value="#{row}"
style="width:100px; height:100px;"
/>
<h:panelGrid columns="2">
<h:outputText value="File Name:" />
<h:outputText value="#{uploadItem.file.name}"
/>
</h:panelGrid>
</h:panelGrid>
</rich:panel>
</rich:dataGrid>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira