I am using DateChooser in my project.In that after selecting some other date the dateChooser remains in same date(in current date).It is not changing visually.I tried with setData() and redraw() method's also.Still it is not working.I am using smartgwt-1.1 and gwt-1.6.4 version.My sample code is :
final DateChooser dateChooser = new Dat...
GWT maven repo is this http://gwt-maven.googlecode.com/svn/trunk/mavenrepo/com/google/gwt/gwt-user/ but latest 1.6.4 is not available here. Does anybody know if its moved to some other place?
...
Since the Google I/O 2009 is just about to finish I think its a great time to learn some GWT to play with different types of Google stuff (like wave!!!) and try to really understand everything there is to know on its architecture.
I'm a very fast learner from tutorials and books, but since there seem to be different areas around GWT (fr...
i have a bean in xml like below
<bean id="theCustomAuthenticationProvider" class="test.custom.CustomAuthenticationProvider">
<security:custom-authentication-provider />
a.may i know what does security:custom-authentication-provider means when i put it in my bean like above?
b. do i need to create
<bean id="authenticationManag...
I am using GWT for my client side application. However, I am not sure how I can handle session management. The GWT application resides on one page, all server calls are done via AJAX. If a session expires on the server. let's assume the user didn't close the browser, and sending some request to server using RPC, how could my server notif...
I have a GWT app that I want to build as a Portlet.
I have already done that with Liferay but the portlet generated (.war file) cannot be deployed into Apache Pluto.
I would like to know if anybody has some HOWTO info about how to build JSR-168 portlets (with GWT and Eclipse) that can be deployed in any JSR-168 compliant portal. I'm not...
Is there a non JSNI way to add a close button to the title bar area of a DialogBox?
...
my service look like below
@Controller
@GwtRpcEndPoint
public class ServerServiceImpl implements
ServerService {
@org.springframework.security.annotation.Secured("ROLE_ADMIN")public String runGwtSprMvcHibJpaDemo(String s) {
System.out.println("SecurityContextHolder.getContext()="+SecurityContextHolder.getContext());
Sys...
Hello,
I'm working on a GWT project and have several void remote services that seem to execute just fine, but on the client side, end up firing the onFailure() method. No exceptions are thrown anywhere, and the expected behavior is observed on the backend. I have no idea what could be going wrong. Here is the relevant code:
Interfac...
Google Wave has some very interesting features in it, mostly the integration ones. Which applications (web or not) would you like to see integrated with it first, when it launches?
...
I want to handle the event in the case of link by my own event listener.If we click on a link in browser, browser will open the address given in the link but i want to call my own event listener. I tried to do it in GWT by removing the attribute of the anchor tag which worked but it is not a clean solution.
So if you are having any idea...
I have multiple entry points in the same module.
For example I have an Home entry point for the home page and an Admin
entry point for the admin page.
<entry-point class='com.company.project.client.HomeModule'/>
<entry-point class='com.company.project.client.AdminModule'/>
The way I am setup now - I need to check somt like this in...
My current process for custom widgets is the following:
Create my widget class - extending Composite;
Create a listener interface for this widget;
Create a listener collection interface - private inner class to the widget;
Create add/removeListener methods on the widget;
Inside the widget, fire the events on the listeners.
My listene...
I'm sure Wave doesn't poll the server every millisecond to find out if the other user has typed something... so how can I see what the other person is typing as they type? And without hogging the bandwidth.
...
I'm working with NumberField and NumberFormat.
How can I change NumberConstants.decimalSeparator() value without changing my locale? For instance I want to have "." or "," as decimal separators for all locales.
Is it possible to create custom property file NumberConstants_bla.properties and force gxt use it instead of standard NumberCons...
Hello there,
Simple question. I need to make a GET request in GWT that redirects to a new page, but I can't find the right API.
Is there one? I am supposed to simply form the URL myself and then do Window.Location.replace?
(The reason is that I want my search page to be linkable)
Thanks.
(and sorry for not making my question clear e...
I am using GWT 1.6.4 and GWT-Ext 2.0.6. I am trying to use EditorGridPanel and facing rendering problems.
When the module loads I create a Panel (TopPanel) with BorderLayout and add that to the ViewPort. I then create another Panel (CenterPanel) and add EditorGridPanel, three buttons to the center of the BorderLayout Panel (TopPanel). I...
I am using GWT with GWT-Ext. I designed a simple panel with table and few buttons. In the browser all looks perfect. When I shrink the size of the browser my whole view also shrinks instead browser should show the vertical and horizontal scrollbars. Is there anything I can do here or this behavior is expected?
...
Hello all,
I am trying to run an ant build script that compiles GWT. This script includes a large number of libraries, each with a relatively long path. My GWT code only touches some of these libraries; however, it is convenient to include all of the libaries from the lib directory that I use for this and all of the other applications...
I am doing some GWT work for few weeks. I feel pretty confident with GWT and now want to read something to fill missed areas.
Fast search on Amazon returns five or so books so seems I need recommendation what to choose.
...