0
votes
1answer
9 views

RPCManager RPCRequest how to capture the response in gwt

hi i have requirement to capture the data for validations. i am able to fetch the data using RPCRequest and RPCManager by using setActionUrl to the controller class.from there creating the service ...
0
votes
1answer
35 views

How to track Window close of SmartGwt

I am developing a SDI web app using SmartGwt. In the main window, I want to popup a Window, when a button is clicked. However when the popup Window is closed, the main window is not able to trap the ...
0
votes
0answers
10 views

How To deal with Composite keys in Smart gwt Datasource?

I Want to Use Composite Keys in my Datasource for Basic CRUD operation. When i Try to make more than one datasourcefield as primary key it throws umberala exception and on the ui it shows ...
0
votes
1answer
25 views

How to debug GWT client side code on jboss

I'm starting with GWT and smartgwt, and I realized that when your code works on jetty will no necessarily work on Jboss. Is there a way that I can debug exceptions or any kind of error when ...
0
votes
1answer
36 views

GWT loading elements dynamically on page load

I have some page that should have dynamic count of check boxes, and inputs depends on data received from database now I do like this: make rpc call on component load (getting data for inputs) ...
0
votes
0answers
30 views

How to add Anchor with clickHandler to ListGridRecord in GWT

I need to add Anchor with clickHandler to ListGridRecord. Click to Anchor should call the function (adding more rows to ListGrid). I'm able to write Anchor with href: private void ...
1
vote
2answers
44 views

I want to see inner values of GWT variables (JavaScriptObjects).

I want to see GWT framework's Class's inner property values at the time of debug via Eclipse. Suppose I have one object of com.smartgwt.client.widgets.tab.TabSet as tabSet Now I want to see how many ...
-1
votes
0answers
33 views

How to print bank passbook using java via passbook printer [closed]

I am developing a banking application and I need to print the user's account transaction in the Bank Passbook .if any of you guys have any experience in passbook printing, please post you suggestions ...
0
votes
1answer
41 views

Symbol not found - Java

I'm using Olap4j to connect to the OLAP server in GWT. However, when I try to iterate through rows and columns I get a 'Symbol not found' error during compilation. My code for (Position axis_0 : ...
0
votes
0answers
22 views

SmartGWT open link in different browser

I have a smartgwt com.smartgwt.client.widgets.form.fields.LinkItem in an embedded browser (IE), which uses IE. If I click the link naturally the new browser window will come up, (IE) however that is ...
0
votes
1answer
45 views

Button click outside widget - GWT

Is it possible to detect when click event occurs outside a widget, i create a widget to display a text for a user, number of text varies for each user, and add it to my vertical panel. The user will ...
0
votes
0answers
19 views

Using SmartGWT with NetBeans and GWT4NB

I want to install SmartGWT 3.1 to netbeans 7.2 but i don't know the right way for doing this i am also using GWT4NB
0
votes
0answers
20 views

smartgwt treegrid how to get all selected leaf

I have got problem i need to get all selected leaf from group node. So user can click on node and hold Shift key and then can select Leaf or Folder nodes. I need to get all selected leaf and all ...
0
votes
2answers
66 views

SmartGWT: is it possible to color a a certain row in a list grid?

all is it possible to color a certain Row in smartGWT listGrid ? i want to color just 1 row , not all the listGrid
0
votes
0answers
52 views

smart gwt how to filter client only tree grid

Hello i have got simple client side datasource and i need add external filter. I am using smartgwt 3.0 and gwt 2.5. so first of all this is my data source settings : DataSourceTextField nameField ...
1
vote
2answers
56 views

is there any way to set the cursor style of a GWT button in code?

i have seen some details from http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/dom/client/Style.Cursor.html did not see any example using this. I have put css class style but ...
0
votes
1answer
99 views

A way to identify SmartGWT SelectItem in Selenium Grid 2 (WebDriver) tests

I am trying to set an ID to a SelectItem (to its options list, more precisely) in order to be able to identify it during Selenium Grid 2 tests and find no way to do it. What I need is to find the list ...
0
votes
2answers
250 views

Failure in unit cache map load - GWT

I get this error during compile-time of my GWT project, there is no such folder as 'gwt-UnitCache' to delete, as suggested in the following questions Weird GWT compile error exception in GWT RPC app ...
0
votes
1answer
40 views

SmartGWT: dynamically adding custom widget to VStack

I need some widgets that share the same code base, thus I introduced an abstract class providing these shared members and methods and created an implementation which adds additional functionality. but ...
0
votes
4answers
78 views

How to re-size application components based on client's resolution?

I am having one GWT Web application, It is running perfectly in the full window size browser but when I re-size the window, it will not looking good, all the components are not on there respective ...
0
votes
1answer
25 views

How do I set the width of a GWT Slider Widget

I am using 3 vertical sliders (com.smartgwt.client.widgets.Slider) next to each other horizontally (like | | | ) I can't seem to figure out how to set the width of them so I can get them closer ...
0
votes
2answers
146 views

Spring+GWT+jackson+JSON response text does not appear to be in standard response format

Hi it's in relation to below post - smartgwt listgrid RestDataSource not populating I am facing an issue while trying to build an app with smartGWT and Spring3. Using jackson to convert return ...
0
votes
1answer
70 views

Validate new row in SmartGWT ListGrid

I use ListGrid without datasource. And I use validator for some fields. But then I add new record, it is not validated till I change value in new record. I don't want to use grid.startEditingNew(), ...
0
votes
1answer
64 views

Read the input data and show the data in listgrid in SmartGwt

i have written a code to read the input data from textboxs and then click on submit button, this data will be show in a listgrid. Submit button click event code is here: public void ...
0
votes
1answer
39 views

SmartGWT Stack Overflows on JSTranslate

So I have been trying to get SmartGWT to work with the automatic data source connection to a spring configured hibernate bean and plug that into the advanced filter builder widget. I can see in the ...
-1
votes
1answer
74 views

Call Java from Javascript JSNI

I am using SmartGWT and I wish to access com.smartgwt.client.Version from JavaScript. In Firefox's Web Console, I have tried: frames[0].$entry(Lcom_smartgwt_client_Version::getVersion())); and ...
-1
votes
2answers
37 views

how I create rightClickHandler in smartGWT? [closed]

I want to use rightClickHandler in smartGWT Calender widget. Can anybody help me?
1
vote
1answer
46 views

Grails + SmartGWT

Trying to make Grails + smartgwt work together. Setup: Grails 2.2.1 (installed both, gwt + smartgwt plugin) SmartGWT 3.1 GWT 2.5 After a couple of hours playing around with it, tomcat finally ...
1
vote
1answer
126 views

How to make an GWT server call(GWT RPC?) [closed]

Hi I am new to gwt(java based gui). Here i am trying to make a GWT server call. I want to save my MyBean into my Database. Later on i have to update,delete etc.. What are the possibilities and how ...
1
vote
1answer
57 views

GWT AsyncCallback Does Not Populate Static Member

I have an AsyncCallback call that contacts my GWT-RPC service and retrieves some data. I am trying to store that data into a class which has a static method to store the results of the query. However, ...
0
votes
1answer
74 views

smart gwt ListGrid using hashmap

Anyone know about implementation ListGrid in smartgwt that using hashmap. I am using smart gwt 3.0 and looking for implementation ListGrid with hashmap ... Now ListGrid use table as container for ...
1
vote
1answer
141 views

java.lang.NoClassDefFoundError: com/google/gwt/core/ext/Generator

I am trying to add GXT in my project. For this i followed all the steps given in setting up your first ext gwt project in eclipse My Java buid path is like this My xml file is <?xml ...
0
votes
1answer
49 views

Direction and Size of Placeholder in SmartGWT Mobile

I have a Text Item added to a dynamic form in smart GWT mobile (as shown in the image). On the right there is the place holder, when I start typing it starts from far end. I want it to start typing ...
0
votes
1answer
68 views

smartgwt + gin Code Splitting

I am looking for example to use code splitting with gin and smartgwt ... In my simple application I have 2 modules AutoLoadModule and WindowModule. In my simple app I just need to load a window when ...
-1
votes
1answer
74 views

Alternative ways to secure GWT application [closed]

I'm developing in GWT (smartgwt) and I was wondering if there were any other good database authentication/authorization frameworks or plugins for GWT like Spring Security. I realize this is an open ...
0
votes
1answer
24 views

SmartGWT 3.0 testdata to 3.x?

In SmartGWT 3.0, setting testdata had a DataClass[] parameter. An example would be this: public void loadUsers(List<User> params) { this.users = new HashMap<String, User>(); ...
0
votes
1answer
71 views

Adding more than one button to navigation bar using smart GWT mobile

hello i have a navigation bar that is using smart GWT mobile, where i have added log out as the right button i need to add one more button on the right , please help i tried adding child it doesnt ...
0
votes
1answer
64 views

Series of exceptions while staring with GWT visualization API. $wnd.google undefined

Here I am trying to display my PieChart. After I put the below code public void onModuleLoad() { // Create a callback to be called when the visualization API // has been loaded. Runnable ...
0
votes
1answer
64 views

Using DataSource Without Data URL

I have a legacy situation whereas the software currently transforms the returned response into an internal JSON formatted String. Is it possible for a DataSource to operate on a JSON formatted String ...
0
votes
1answer
77 views

GWT: EntityManager NullPointerException

I am using GWT with the SmartGWT library to make an application and I deploy this on a JBoss server. To authenticate my users, I made a JPA Entity and a ManagerBean. However, when I try to use the ...
1
vote
2answers
59 views

Migrating from Smart GWT Power 3.0 to 3.1

I'm starting my intership next Monday. My mission is migrating an application from Smart gwt 3.0 to 3.1. The application works with XML's Datasources and Xpath to query all data. It works within a ...
0
votes
0answers
55 views

Strange Error when using chartEditor of Google Visualization API

I have a strange error when I want to use the chartEditor of Google Visualization API in my GWT project I use The JavaScript Native Interface (JSNI) feature of GWT because the visualization wrapper ...
1
vote
2answers
70 views

How do I send an XML document to the client in GWT?

I have this piece of code: public void generateXML(DynamicForm form) { Document doc = XMLParser.createDocument(); Element root = doc.createElement("root"); ...
1
vote
2answers
197 views

how to change GWT/SmartGWT theme at run time

I want to change the theme of my SmartGWT application at run time from the code I can see this functionally in SmartGWT showcase , but I can't see any code for this in SmartGWT showcase. What I am ...
0
votes
1answer
94 views

Disable Key press event temporarily

Is it possible, in GWT, to temporarily suspend a certain key press until it is desired to allow that key press again? Like a global suspension. I have an issue where when I open the date picker on a ...
0
votes
1answer
68 views

Window.resizeTo() not working

I need to increase the size of my dialog box on some event firing for that I am using Window.resizeTo() method in GWT but it is not working. I read its note that "In Chrome, this method only works ...
1
vote
1answer
121 views

Append custom css class to default class of FormItem in SmartGWT

SmartGWT will set the css class for some FormItem by default value if we don't set the class explicitly. For example, a TextItem will look like this: <input ... class="textItem" ...> There is ...
1
vote
2answers
92 views

Sharing RemoteService implementations between 2 GWT projects

I have been struggling a while now to try to reuse the RemoteService implementation from one GWT project into a new one. Here's the big picture: I have a working smartgwt-mobile project and we now ...
0
votes
1answer
47 views

smartgwt disable [+] from TreeNode

I have got simple grid and i am loading data on demand so autofetchdata is set false. But i need also implemented drop element into this grid , previously when i am load data i know all element and ...
1
vote
0answers
37 views

FormItemIcon smartgwt with gwt platform wrong href

I am facing a problem since long time with Smartgwt & gwtp. FormItemIcon is an element of SmartGWT. When adding a click handler to this element, It add a "click" event to it from what I ...

1 2 3 4 5 10