Netbeans 6.5 + IceFaces - And Where Is The Calendar Icon? 📎
It seems like either the xp scheme is not installed correctly, or the icons got corrupted. The icons (cal_button.gif and cal_off.gif) for the calendar popup (<ice:selectInputDate) are just a "blank".
The problem can be easily solved with changing the (deprecated) image directory from:
imageDir= "/xmlhttp/css/xp/css-images/"
to
imageDir="/xmlhttp/css/rime/css-images/"
Its a good idea anyway - rime looks better :-).