adding scroll panel to popup panel

2013-01-07 Thread sreenivas
? Can any body please help? Thanks, Sreenivas -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/izrnlI7t-S4J. To post to this group, sen

losing focus on the page when popup comes

2013-01-02 Thread sreenivas
Hi, I want to make my complete page to loose focus when popup comes. I mean i should not be able to click any widgets in the background when popup appears. For now, I am able to get the pop up , but I am able to click the buttons in the background page. How should i achieve this blur mechanism

file upload path gives full path

2012-12-03 Thread sreenivas
Hi, I am uploading a file to server. when from firefox , it is giving only the file name, when i access through fileItem.getName(). But with chrome it is coming something like this. c:/fakepath/fileName. How to avoid this fakepath string to come to server and get only the file name? Thanks, Sr

Re: Get the response back from server as an object from file upload

2012-11-21 Thread sreenivas
"OK" I call an RPC method to retrieve the object. > > On Tuesday, November 20, 2012 8:40:50 AM UTC-5, sreenivas wrote: >> >> Hi Geeks, >> >> I am able upload the file to the server and construct the object that is >> required from file contents , but I

modify server response format

2012-11-21 Thread sreenivas
Hi, I am sending the response back from my servlet to the client. in onSubmitComplete() method when i get event.getResults(), I am getting my string in my string format. How should i get only my string and no tags? -sri -- You received this message because you are subscribed to the Goo

File uploading problem with multiple hosts as servers

2012-11-20 Thread sreenivas
time the client may hit another host, and return File not found exception. How Can i resolve this? Thanks, Sreenivas -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google

Re: Get the response back from server as an object from file upload

2012-11-20 Thread sreenivas putta
several hosts as server. I submit form to one host and when i want to retrieve the file contents to create my object through an RPC call, I may hit other host, which returns file not found exception, as it is trying to do RPC call on other host. How to resolve this then? -sreenivas On Wed, Nov 21

Get the response back from server as an object from file upload

2012-11-20 Thread sreenivas
this object back to the client. Can somebody please help? Thanks, Sreenivas -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/iV2woGrhyf0

Re: send other UI widget values along with file while file submit

2012-11-20 Thread sreenivas
Thank you very much. I got the point. You are very helpful. -sreenivas On Tuesday, 20 November 2012 16:58:22 UTC+5:30, Jens wrote: > > The JavaDoc of GWT's FormPanel contains a small example how to use forms > in GWT. > > > http://google-web-toolkit.googlecode.com/svn/ja

Re: send other UI widget values along with file while file submit

2012-11-20 Thread sreenivas
Thanks for your reply. But I am not getting exactly what to do as I am new to GWT. Can you please provide some sample code? Thanks, Sreenivas On Tuesday, 20 November 2012 15:45:15 UTC+5:30, Jens wrote: > > Copy them to hidden form fields (GWT has a class called "Hidden" fo

send other UI widget values along with file while file submit

2012-11-20 Thread sreenivas
Hi, I have to send file to the server. Along with file i want to send UI control values such as value typed in text box in the same page etc., How can i send these parameters? Can anyone please help? Thanks, Sreenivas -- You received this message because you are subscribed to the Google

upload file on host from diiferent pages and get back response to the same page

2012-11-19 Thread sreenivas
? Can any one help? Thanks, Sreenivas -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/gHysRPs8CUoJ. To post to this group, sen