UI of af:inputFIle is not shown properly in Jdeveloper 12.2.1.3.0 and unable to logout
Hi All,
We are using JDeveloper 12c and I got a requirement to allow uploading of more than one file, and i configured af:inputFIle like below
<af:inputFile simple="true" id="if2" maximumFiles="20" rows="5"></af:inputFile>
And when I deployed the application and the component is not rendered as desired and it looks like below
But when i tried to use the same component in a new test application, it looks like the below.
I used the same snippet in both applications; both look different, and I looked to see if we did any custom styling to af:inputFile, and it is a component, and we haven't done any styling. Could anyone help? How could I fix this? And when I try to log out of the application when we are on the page that is mentioned in the first image, we are not able to log out of the application, and the logout is acting as a refresh of the page, and I have not found any error log in this scenario. Could anyone