-
16 Sep 2009 10:32 AM #1
How to Call Servlet on Click of Button
How to Call Servlet on Click of Button
How do i call a servlet on Click of a Button
finalButton bb = new Button("Call Servlet ",new SelectionListener<ButtonEvent>(){;
@Override
publicvoid componentSelected(ButtonEvent ce) {
//How to call Servlet from here
}
});
-
16 Sep 2009 10:35 AM #2
-
21 Sep 2009 6:06 AM #3
or if you like use the rpc then the rpc proxy (see examples folder in the gxt zip file)
This forum needs your help: you got hints from the community and now you have fixed your code? dont just reply with "now its fixed" or "i found the error"! please take the time to post also an detailed answer with the working code.
GreaseMonkey Script for a GXT-only Forum: it hides ExtJs here: New Posts • Search Results • Advanced Search form • Category overview http://www.extjs.com/forum/showthrea...041#post410041
-
29 Sep 2009 3:42 AM #4
use the following code after placing your servlet in the war,WEB_INF file
applet1 = new HTML();
applet1
.setHTML("<APPLET CODE = xxxx ARCHIVE =xxxxxxx "> </APPLET>");
-
11 Nov 2009 7:18 AM #5
Please can you tell me if you can call your servlet???
I need to call servlet and pass objects parametersby Cetin@
-
11 Nov 2009 7:22 AM #6


Reply With Quote
