Search Type: Posts; User: q1111
Search: Search took 0.03 seconds.
-
25 Apr 2011 11:57 PM
Jump to post Thread: Problems using third party gwt jar by q1111
- Replies
- 0
- Views
- 888
I write a module which has a entry point. It is a jar named empi-webconsole.jar. In another project I add this jar.<inherits name='com.supcon.empi.console.index.Index'/>. I add the jar file to the...
-
13 Apr 2011 12:37 AM
Jump to post Thread: gwt+spring deploy tomcat failed by q1111
- Replies
- 1
- Views
- 1,165
GWTController.java
public abstract class GWTController extends RemoteServiceServlet implements Controller, ServletContextAware{
private static final Log log =... -
12 Apr 2011 11:49 PM
Jump to post Thread: gwt+spring deploy tomcat failed by q1111
- Replies
- 1
- Views
- 1,165
gwt+spring run in host mode is fine. but when i deployed war in tomcat ,rpc call is wrong.
web.xml
<servlet>
<servlet-name>gwt-controller</servlet-name>
<servlet-class>
... -
6 Apr 2011 2:57 AM
Jump to post Thread: ListStore.findModel is null by q1111
- Replies
- 8
- Views
- 1,198
Can i get an synchronous call in gxt? I only want to initial UI.
-
6 Apr 2011 12:14 AM
Jump to post Thread: ComboBox display by q1111
- Replies
- 0
- Views
- 488
I hava two ComboBox :commLocation1 and commLocation2. When commLocation1 changed, commLocation2 can get some value. But wnen I init UI, I cannot display commLocation2 and commLocation1 is right. I...
-
1 Apr 2011 7:06 PM
Jump to post Thread: how to use reflect by q1111
- Replies
- 0
- Views
- 463
sorry to my poor english. the problem like this:
1.public class HspEvents {
public static final EventType ADD_INIT = new EventType ();
public static final EventType ADD_VALIDATE = new EventType... -
31 Mar 2011 10:17 PM
Jump to post Thread: ListStore.findModel is null by q1111
- Replies
- 8
- Views
- 1,198
it is ok now.thanks
-
31 Mar 2011 9:25 PM
Jump to post Thread: ListStore.findModel is null by q1111
- Replies
- 8
- Views
- 1,198
thanks for your reply.
but i want to use commLocation1.setValue(m); -
31 Mar 2011 7:48 PM
Jump to post Thread: ListStore.findModel is null by q1111
- Replies
- 8
- Views
- 1,198
ListStore<CommBaseModel> listStore = new ListStore<CommBaseModel>();
RpcProxy<List<CommBaseModel>> proxy = new RpcProxy<List<CommBaseModel>>() {
@Override
protected void load(Object...
Results 1 to 9 of 9
