Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.0
-
Fix Version/s: None
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:Use different forms for the fileEntry component and/or the links that do navigation.
Description
If a page includes an ace:fileEntry component and a h:commanLink is clicked that does a forward navigation, the entire page is submitted as opposed to a partial-response.
Doing the same navigation on a page that does not include the fileEntry component results in a partial-response.
Doing the same navigation on a page that does not include the fileEntry component results in a partial-response.
If the browser being used for the application supports HTML 5, it would be possible to implement upload via FormData.
Another option would be to place the fileEntry portion of the page within an iframe.