how to prevent adf inputFile control from changing its state after file uploading
Is there an easy way to prevent from changing it's state ? I meant when I upload file inputFile UI render itself in a different fashion and I cannot find easy way to prevent it. Is it doable in some other way then altering it's renderer ? I'm 开发者_如何转开发using environment from jDeveloper 11.1.1.4.
None that I know of. I find the behavior annoying as well but I think they designed it that way because the moment the file has already been submitted(whether by autoSubmit or just a regular submit) it doesn't submit it again. Have you tried resetting/clearing the value after the first submit? Maybe that will reset the inputFile's state as well.
精彩评论