Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit 3ce0d5a

Browse files
Commit for the incomplete fix of Bug 27155577 - MISSING A MESSAGE WHEN RENDERING BY BROWSER WITH FILE UPLOAD
1 parent 1385ec5 commit 3ce0d5a

File tree

1 file changed

+1
-0
lines changed
  • jsf-api/src/main/resources

1 file changed

+1
-0
lines changed

jsf-api/src/main/resources/jsf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ if (!((jsf && jsf.specversion && jsf.specversion >= 20000 ) &&
379379
}
380380

381381
this.frame.parentNode.replaceChild(clone, this.frame);
382+
this.context.form.removeAttribute("target");
382383
for (var i=0; i<this.requestParams.length; i++) {
383384
var elements = this.context.form.childNodes;
384385
for (var j=0; j<elements.length; j++) {

0 commit comments

Comments
 (0)