DataSetGrid in WebClient crashes

Hi,

When using a DataSetGrid in SmartClient it works perfectly fine, but when using it inside a WebClient it instantly shows “Internal Server Error” and displays the error message:

java.lang.ClassCastException: com.drmaison.beans.datasetgrid.DatasetGrid cannot be cast to org.apache.wicket.Component

Is it possible to get it working in WebClient?

The table bean is not web capable. For grids, it is recommended to use Servoy’s built in solutionModel features to create a table view from a dataset. The table bean was developed in a time where we had no solutionModel, no drag and drop etc in Servoy. Today, you can accomplish 98% of what the table bean does with Servoy’s own means.