Check the form Panel in GWT. Then u can add whatever elements u need to the
form panel. You can submit the form as follows:

form.setAction(GWT.getModuleBaseURL() + your Servlet);

form.setEncoding(com.google.gwt.user.client.ui.FormPanel.ENCODING_MULTIPART);
        form.setMethod(com.google.gwt.user.client.ui.FormPanel.METHOD_POST);
form.submit();

GWT provides you action events like addSubmitHandler() , and
addSubmitCompleteHandler(). Check the API for their usage. Hope this helps.



On Thu, Jan 14, 2010 at 2:26 PM, the <[email protected]> wrote:

> Hi,
>
> I want to create forums for my site.The forums should have Categories
> and multiple subcategories.
>
> How can I do this?
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT-Ext Developer Forum" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<gwt-ext%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/gwt-ext?hl=en.
>
>
>
>


-- 
Thanks and Regards,
Deepak Kumar Mallapu,
IT Associate,
Center for Education Technology and Learning Sciences,
IIIT-Hyderabad,
Mobile :9866976686.
--
You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en.

Reply via email to