I am using oracle jdeveloper and adf and I made a (fusion web application (adf)) app . Now my question is .. how can I have a right to left page ? Or how to change alignment of a JSF/Facelets page to Right-To-Left ? Thanks.
Could you please confirm which version of ADF you are currently using?
I believe you just need to add:
<right-to-left>true</right-to-left>
to your adf-faces-config.xml file, as per the ADF Guide.