FacesBean bean) throws IOException
{
if (!_colorScriptletsRegistered)
{
ColorFieldInfoScriptlet.sharedInstance().registerSelf();
(new AliasedScriptlet(_COLOR_FIELD_LIB, null,
new String[]{"openWindow()",
"_getColorFieldFormat()",
ColorFieldInfoScriptlet.COLOR_FIELD_INFO_KEY
})).registerSelf();
_colorScriptletsRegistered = true;