Hi there
I'm new to Smart GWT. I'm busy with a POC to see if the product will work for us.
I really battle to understand how I can draw a screen depending on server data.
In a typical JSP page I would use server data (like lookup data from the database) to populate a combobox with static/local options.
I would for example be able to use java.util.Calendar functionality to draw an HTML table very specifically (No, I do not want to use the calendar widget).
The data source is great, but I do NOT want to make a server call whereas I could load the pick list upfront.
And what about those cases where depending on server data, I would draw the screen totally different?
I use version 2.4 of Smart GWT.
See the attached sample code that cannot work because it cannot include the Calander class during compile time:
I'm new to Smart GWT. I'm busy with a POC to see if the product will work for us.
I really battle to understand how I can draw a screen depending on server data.
In a typical JSP page I would use server data (like lookup data from the database) to populate a combobox with static/local options.
I would for example be able to use java.util.Calendar functionality to draw an HTML table very specifically (No, I do not want to use the calendar widget).
The data source is great, but I do NOT want to make a server call whereas I could load the pick list upfront.
And what about those cases where depending on server data, I would draw the screen totally different?
I use version 2.4 of Smart GWT.
See the attached sample code that cannot work because it cannot include the Calander class during compile time:
Comment