hugebrush
Joined: 15/11/2006 00:00:00
Messages: 31
Offline
|
After more test, I found the cause :
nb5.5 vwp web app use ui:link component to reference external css file, but icefaces does not render ui:link correctly, so, any external css file, including predefined icefaces css file, will not be load when browse a page.
Adding ice OutputStyle compoent referenced icefaces css file in page will solve this problem.
|