inputFile is not communicating with it's respective Java backing
-----------------------------------------------------------------
Key: TRINIDAD-2204
URL: https://issues.apache.org/jira/browse/TRINIDAD-2204
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.14-core
Environment: Apache Tomcat 6.0.33 on WinXp viewed with IE
Reporter: Brandon Whelply
<tr:form usesUpload="true">
...
<tr:inputFile
binding="#{my_java_backing.instance_of_CoreInputFile}"
id="myInpuyFile"
value="#{my_java_backing.instance_of_UploadedFile}"
valueChangeListener="#{my_java_backing.listener_method"/>
....
</tr:form>
This snipped fails to properly set the value of the selected file in the
back-end java. Neither the value attribute nor the valueChangeListener are
being set for the inputFile component although other components on the page are
communicating with the same class.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira