i solved the isue added
these methods for my ProgressBar class and now it works well
public Object getValueObject() {
return value;
}
public void setValueObject(Object object) {
this.value = object== null ? "" : object.toString();
}
--
View this message in context:
http://n2.nabble.com/ProgressBar-in-table-column-tp2844138p2844321.html
Sent from the click-user mailing list archive at Nabble.com.
