Hi to all, i don’t know if this is the right place to post that.
I place javabeans in a form and i launched in web browser but the beans appears as image. Can i use javabeans in web-application or it is useful only on smart client?
In general Java beans are not supported in the webclient unless they are in fact ‘web-enabled’ (i.e. using the Wicket framework that Servoy uses in Webclient).
For example the (Servoy) treeview bean is a bean in smart client but works with the Wicket framework when run in the web client.