Search This Blog

SmartGWT: how to add form items to an existing form

You can not add a item to the existing form dynamically. There is no method in DynamicForm class can do that.

Instead you will have to use setItems(FormItem[] items) method and redraw the form.

See Also Here.

No comments:

Post a Comment