Oracle JDev - ADF Skinning - StyleClass not reflecting
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,开发者_StackOverflow I am facing an issue. New styleclasses I added, are not reflecting, even though the version got changed.
Please help.
Thanks
I found the problem, IE has this limitation of 4000 classes per style sheet. As mine crossed, it did not come up.
Thanks all.
精彩评论