How to define more than one stylesheet in adf framework
问题 I am facing a problem with adf skining. My style sheet crossed 1800 classes. IE has a limitation of 4000 style classes. While rendering, ADF adds its own classes. So it crosses 4000 and the styles I am referring at the last of my sheet are not working in IE alone. I need to define a new style sheet for same application. I have tried adding one more skin-family in adf-faces-config.xml. Did not work. Please help. Thanks in advance. 回答1: I am not 100% sure if creating a separate CSS will resolve