Hello,

 

I got a problem with my tableModel.

 

My getValue() method returns a custom class (lets call it CustomNumber) which results in a “IllegalArgumentException: No coder registered for class xxx” while ULC tries to pass the Object to the client.

 

Actually I don’t need the CustomNumber on client side because I wrote a Serverside-Renderer which takes my CustomNumber and renders it with no need of CustomNumber on client side.

 

Nevertheless the CustomNumber object gets passed to the client.

 

I think writing a Coder for CustomNumber would solve the Problem. Is that right? Or is there any possibility to stop ULCTable from sending the actual Value from tablemodel to the client?

 

And if so, is there any possibility to register the coderregisty in the actual java- code or only is it only possible to register them in the deploy- description files? Because if I develop with DevelopmentRunner I don’t load any deploy- descriptions.

 

Thanks for your efforts

 

Daniel

Reply via email to