Oracle JDev - ADF Skinning - StyleClass not reflecting

1k views Asked by At

I use Oracle ADf framework, and I use skins.xml.

Whenever I add some new styleClass in my css, I will change my id in skins.xml. It did work. Suddenly, I am facing an issue. New styleclasses I added, are not reflecting, even though the version got changed.

Please help.

Thanks

1

There are 1 answers

1
Vaandu On BEST ANSWER

I found the problem, IE has this limitation of 4000 classes per style sheet. As mine crossed, it did not come up.

Thanks all.