[
https://issues.apache.org/jira/browse/WW-4747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886555#comment-15886555
]
Hudson commented on WW-4747:
----------------------------
SUCCESS: Integrated in Jenkins build Struts-JDK7-master #599 (See
[https://builds.apache.org/job/Struts-JDK7-master/599/])
WW-4747 s:file generates input tag with "value" attribute (amashchenko: rev
f487d7e7d69c767949a59f36ceb5a45d96eb32dd)
* (edit) core/src/test/resources/org/apache/struts2/views/jsp/ui/File-1.txt
* (edit) core/src/test/java/org/apache/struts2/views/jsp/ui/FileTest.java
* (edit) core/src/main/resources/template/simple/file.ftl
> s:file generates input tag with "value" attribute
> -------------------------------------------------
>
> Key: WW-4747
> URL: https://issues.apache.org/jira/browse/WW-4747
> Project: Struts 2
> Issue Type: Bug
> Components: Core Tags
> Affects Versions: 2.3.x, 2.5
> Reporter: Iwasa Kazmi
> Assignee: Aleksandr Mashchenko
> Priority: Minor
> Fix For: 2.5.next
>
>
> <s:file> tag generates HTML tag like:
> <input type="file" ... value="" .../>
> It is valid as long as the empty "value" value was specified, but HTML5
> standard says:
> "The element's value attribute must be omitted."
> https://www.w3.org/TR/html5/forms.html#file-upload-state-(type=file)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)