Questions tagged [gwt-ext]

GWT-Ext is an Open Source GWT Widget Library. that wraps around the Ext JS 2.0.x library. It has been superseded by SmartGWT.

113 questions
2
votes
1 answer

Getting full user name siteminder

We are using GWT-EXT framework whereby on the toolbar i need to show the full user name of the user who logged in. I could able to retrieve the user id via the request object from the custom made web services (in jars ) but i could not able to see…
chebus
  • 762
  • 1
  • 8
  • 26
2
votes
1 answer

Forget Password link using gwt

In my site i have a link Forgot Password when i click on this link a page will come so we fill emailId and send mail to particular gmailid(in this mail we have to generate a link). when we have click on generated link page open for reset…
ruchi
  • 996
  • 12
  • 30
2
votes
2 answers

How manage Resolution in gwt?

I am developing a web application in GWT. In the base HTML page I am using htlm tags like ,
and I set the table size at 990px, because the panels used in gwt are measured in pixels(i.e. AbsolutePanel). This works ok in 1024 but on…
ruchi
  • 996
  • 12
  • 30
2
votes
3 answers

Which GWT libraries are fast, mature and good for a desktop feel?

I have read that gwt-ext is slow and it seems too bulky. How does this compare with Ext-GWT? Are there any other libraries out that can easily handle dragging, resizing, minimizing?
jcee14
  • 908
  • 3
  • 15
  • 28
1
vote
2 answers

GWT view shrinks with browser resize

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.…
Bhushan Bhangale
  • 10,921
  • 5
  • 43
  • 71
1
vote
1 answer

GWT-Ext EditorGridPanel rendering problem

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…
Bhushan Bhangale
  • 10,921
  • 5
  • 43
  • 71
1
vote
1 answer

Combining TimeItem and DateItem values

I have to combine the time value for TimeItem and date value from DateItem in smartgwt.In output I want the date object for java.util.Date.I tried to combine these two.I couldnot do that. Sample code is : DateItem date=new DateItem(); TimeItem…
DonX
  • 16,093
  • 21
  • 75
  • 120
1
vote
1 answer

GWT GXT get all the values from a selected row?

I am using GXt GWt and am trying to get the values from a selected row in a tree grid, but can't seem to get it working.. E.g. if the user clicks row, i want to be able to get the values for all the columns in that row. cm = new…
Rory
  • 1,805
  • 7
  • 31
  • 45
1
vote
1 answer

Paging a GWT-EXT datagrid with GWT-RPC?

I need to display data coming from a GWT-RPC service in a paginated datagrid. The gwt-ext showcase does not provide an example combining gwt-rpc calls and datagrids. That is too bad because the original javascript Ext grid components offer paging…
Alexandre Victoor
  • 3,104
  • 2
  • 27
  • 27
1
vote
1 answer

gwt client session time out

I am using gwt 2.3 with gwtp framework.In this application I wan to maintain a session time of 5 mins.This means if current user is not doing up to 5 min and he comes after five min then on his first event/action on screen a he should be be logged…
Sanjay Jain
  • 3,518
  • 8
  • 59
  • 93
1
vote
0 answers

displaying text on collapsed tab in collapsible panel

I am working with gwtext. I took one panel and set its collapsible to true, I want to show the text on its collapsed line. Does any body know how to do that? screen shot is attached for the same. Thanks
Punam
  • 48
  • 1
  • 10
1
vote
3 answers

GWT to get value from date field

I am using GWT ext and trying to get the values from page and setting it in pojo class. Except date field all the values are obtained using (TimeField) ComponentMgr.getComponent(id[2])).getText()).... But while using the same snippet for date field…
Sai Prasad
  • 163
  • 1
  • 4
  • 13
1
vote
4 answers

Session management in the client side of gwt application

Hello All I am working on the gwt-ext application.On the server side I am using Hibernate. I am mantaining session on the server side.it's time out is 5 minute (In action class). Now take a secenario in which a user logged in & remains it open for…
Sanjay Jain
  • 3,518
  • 8
  • 59
  • 93
1
vote
1 answer

Redirect to Index page after session timeout not working in .war

We are using Struts2 & GWT-EXT. We have crated a LoginInterceptor which will be called before performing certain restricted tasks. Here is the method of LoginInterceptor public String intercept(ActionInvocation arg0) throws Exception { try …
Hardik Mishra
  • 14,779
  • 9
  • 61
  • 96
1
vote
0 answers

Gwt problem:how to change textbox value in hypeperlink

 in popup panel, i'll take a textbox n i want in button click event it will convert in hyper link.............
monica
  • 31
  • 1
  • 2