Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

This thread will talk more about how to make ADF Faces pages render right to left.thread.

I believe the only thing you need in here is to make the language of the view tag of your jsp pages point to language of RTL behavior like Arabic for instance, this won't only make it right to left, but will internationalize all the strings of the components to suit your language needs

change the default locale to "en" in faces-config.xml .. application tab

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top