UIComponent scol = (UIComponent) ll.next();
if ( scol instanceof UISelectBoolean )
{
UISelectBoolean usb = (UISelectBoolean) scol;
}
THIS IS ERROR, when i cast UIComponent into UISelectBoolean.
how to solved this problem?.
Thank for all
UIComponent scol = (UIComponent) ll.next();
if ( scol instanceof UISelectBoolean )
{
UISelectBoolean usb = (UISelectBoolean) scol;
}
THIS IS ERROR, when i cast UIComponent into UISelectBoolean.
how to solved this problem?.
Thank for all