Re: onHistoryChange(String token) is not working.

2008-12-22 Thread Sumit Chandel
Hi Rinku,

Which browser does this occur on? I think the problem you're experiencing is
related to Issue #624 that Thomas mentioned above, but yours is probably an
IE case where a single form panel will work through history but multiple
form panels trigger the bug.

I would recommend updating the issue report with your case and posting some
sample code to help us reproduce to problem on our side. Issue #624 is
slated for 1.6, so hopefully we can get this fix in by the next release.

Issue #624:
http://code.google.com/p/google-web-toolkit/issues/detail?id=624

Hope that helps,
-Sumit Chandel

On Wed, Dec 17, 2008 at 10:03 PM, Rinku ashishkushwaha1...@gmail.comwrote:


 Can anybody help me to solve this bug ?

 On Dec 17, 10:30 am, Rinku ashishkushwaha1...@gmail.com wrote:
  Similar issue is reported in this thread also.
 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
 
  On Dec 17, 10:18 am, Rinku ashishkushwaha1...@gmail.com wrote:
 
   Hi Thomas,
   Thanks for reply.
 
   Yes. single vs. multiple is affecting the history.
   I am using History.back() to move on the previousHistoryToken which is
   only working when I am uploading single file.
   Please reply soon.
 
   On Dec 16, 7:04 pm, Thomas Broyer t.bro...@gmail.com wrote:
 
On 11 déc, 14:43, Rinku ashishkushwaha1...@gmail.com wrote:
 
 Hi,
 I am using FileUpload Widget to upload a file.
 When I am upolading more than one  files  with FileUploadWidget and
 after uploading  the files  I am using History.back on a click of a
 button then onHistoryChange() method is not invoking.
 
See issue 624
 http://code.google.com/p/google-web-toolkit/issues/detail?id=624
 
 When I am uploading a single file then onHistoryChange() method is
 calling.
 
That sounds weird; I can't understand how single vs. multiple would
affect history...
 
 It is necessary for me to call History.back() method after
 uploading
 files to display the previous view.
 
Can't you rather use some other mean of communicating the previous
history token and then doing a History.newItem(previousHistoryToken)?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-22 Thread Rinku


Hi Sumit,
I am using both IE and Firefox.
On both browser I am facing this issue.

On Dec 22, 9:59 pm, Sumit Chandel sumitchan...@google.com wrote:
 Hi Rinku,

 Which browser does this occur on? I think the problem you're experiencing is
 related to Issue #624 that Thomas mentioned above, but yours is probably an
 IE case where a single form panel will work through history but multiple
 form panels trigger the bug.

 I would recommend updating the issue report with your case and posting some
 sample code to help us reproduce to problem on our side. Issue #624 is
 slated for 1.6, so hopefully we can get this fix in by the next release.

 Issue #624:http://code.google.com/p/google-web-toolkit/issues/detail?id=624

 Hope that helps,
 -Sumit Chandel

 On Wed, Dec 17, 2008 at 10:03 PM, Rinku ashishkushwaha1...@gmail.comwrote:



  Can anybody help me to solve this bug ?

  On Dec 17, 10:30 am, Rinku ashishkushwaha1...@gmail.com wrote:
   Similar issue is reported in this thread also.
 http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...

   On Dec 17, 10:18 am, Rinku ashishkushwaha1...@gmail.com wrote:

Hi Thomas,
Thanks for reply.

Yes. single vs. multiple is affecting the history.
I am using History.back() to move on the previousHistoryToken which is
only working when I am uploading single file.
Please reply soon.

On Dec 16, 7:04 pm, Thomas Broyer t.bro...@gmail.com wrote:

 On 11 déc, 14:43, Rinku ashishkushwaha1...@gmail.com wrote:

  Hi,
  I am using FileUpload Widget to upload a file.
  When I am upolading more than one  files  with FileUploadWidget and
  after uploading  the files  I am using History.back on a click of a
  button then onHistoryChange() method is not invoking.

 See issue 624
 http://code.google.com/p/google-web-toolkit/issues/detail?id=624

  When I am uploading a single file then onHistoryChange() method is
  calling.

 That sounds weird; I can't understand how single vs. multiple would
 affect history...

  It is necessary for me to call History.back() method after
  uploading
  files to display the previous view.

 Can't you rather use some other mean of communicating the previous
 history token and then doing a History.newItem(previousHistoryToken)?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-17 Thread Rinku

Can anybody help me to solve this bug ?

On Dec 17, 10:30 am, Rinku ashishkushwaha1...@gmail.com wrote:
 Similar issue is reported in this thread 
 also.http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...

 On Dec 17, 10:18 am, Rinku ashishkushwaha1...@gmail.com wrote:

  Hi Thomas,
  Thanks for reply.

  Yes. single vs. multiple is affecting the history.
  I am using History.back() to move on the previousHistoryToken which is
  only working when I am uploading single file.
  Please reply soon.

  On Dec 16, 7:04 pm, Thomas Broyer t.bro...@gmail.com wrote:

   On 11 déc, 14:43, Rinku ashishkushwaha1...@gmail.com wrote:

Hi,
I am using FileUpload Widget to upload a file.
When I am upolading more than one  files  with FileUploadWidget and
after uploading  the files  I am using History.back on a click of a
button then onHistoryChange() method is not invoking.

   See issue 
   624http://code.google.com/p/google-web-toolkit/issues/detail?id=624

When I am uploading a single file then onHistoryChange() method is
calling.

   That sounds weird; I can't understand how single vs. multiple would
   affect history...

It is necessary for me to call History.back() method after uploading
files to display the previous view.

   Can't you rather use some other mean of communicating the previous
   history token and then doing a History.newItem(previousHistoryToken)?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku

Hi Gabriel,

Thanks for reply.

Yes I registed HistoryListener to the class.
History.back() is not working only in one case which is :-
When I am uploading  more than one files with FileUploadWidget.
Else every where my implementation is working fine.
Even when I am uploading one file then it works.

Only History.back() is creating problem when I am uploading multiple
file by FileUploadWidget ?
Please reply soon.


On Dec 16, 10:10 am, Gabriel Gutierrez gutierrez...@gmail.com wrote:
 di u register it?

 History.addHistoryListener(this);

 this = EntryPoint class

 Regards,

 On Dec 15, 10:49 pm, Rinku ashishkushwaha1...@gmail.com wrote:

  On Dec 11, 6:43 pm, Rinku ashishkushwaha1...@gmail.com wrote:

   Hi,
   I am using FileUpload Widget to upload a file.
   When I am upolading more than one  files  with FileUploadWidget and
   after uploading  the files  I am using History.back on a click of a
   button then onHistoryChange() method is not invoking.

   When I am uploading a single file then onHistoryChange() method is
   calling.

   It is necessary for me to call History.back() method after uploading
   files to display the previous view.
   Please help me to solve this problem.

  Please pay attention to this Thread.
  Help me.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Thomas Broyer


On 11 déc, 14:43, Rinku ashishkushwaha1...@gmail.com wrote:
 Hi,
 I am using FileUpload Widget to upload a file.
 When I am upolading more than one  files  with FileUploadWidget and
 after uploading  the files  I am using History.back on a click of a
 button then onHistoryChange() method is not invoking.

See issue 624
http://code.google.com/p/google-web-toolkit/issues/detail?id=624

 When I am uploading a single file then onHistoryChange() method is
 calling.

That sounds weird; I can't understand how single vs. multiple would
affect history...

 It is necessary for me to call History.back() method after uploading
 files to display the previous view.

Can't you rather use some other mean of communicating the previous
history token and then doing a History.newItem(previousHistoryToken)?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku

Hi Thomas,
Thanks for reply.

Yes. single vs. multiple is affecting the history.
I am using History.back() to move on the previousHistoryToken which is
only working when I am uploading single file.
Please reply soon.


On Dec 16, 7:04 pm, Thomas Broyer t.bro...@gmail.com wrote:
 On 11 déc, 14:43, Rinku ashishkushwaha1...@gmail.com wrote:

  Hi,
  I am using FileUpload Widget to upload a file.
  When I am upolading more than one  files  with FileUploadWidget and
  after uploading  the files  I am using History.back on a click of a
  button then onHistoryChange() method is not invoking.

 See issue 624http://code.google.com/p/google-web-toolkit/issues/detail?id=624

  When I am uploading a single file then onHistoryChange() method is
  calling.

 That sounds weird; I can't understand how single vs. multiple would
 affect history...

  It is necessary for me to call History.back() method after uploading
  files to display the previous view.

 Can't you rather use some other mean of communicating the previous
 history token and then doing a History.newItem(previousHistoryToken)?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-16 Thread Rinku

Similar issue is reported in this thread also.
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/deed65e63d12aea3/f654432e3a2be126?lnk=gstq=History.back+issue#f654432e3a2be126

On Dec 17, 10:18 am, Rinku ashishkushwaha1...@gmail.com wrote:
 Hi Thomas,
 Thanks for reply.

 Yes. single vs. multiple is affecting the history.
 I am using History.back() to move on the previousHistoryToken which is
 only working when I am uploading single file.
 Please reply soon.

 On Dec 16, 7:04 pm, Thomas Broyer t.bro...@gmail.com wrote:

  On 11 déc, 14:43, Rinku ashishkushwaha1...@gmail.com wrote:

   Hi,
   I am using FileUpload Widget to upload a file.
   When I am upolading more than one  files  with FileUploadWidget and
   after uploading  the files  I am using History.back on a click of a
   button then onHistoryChange() method is not invoking.

  See issue 
  624http://code.google.com/p/google-web-toolkit/issues/detail?id=624

   When I am uploading a single file then onHistoryChange() method is
   calling.

  That sounds weird; I can't understand how single vs. multiple would
  affect history...

   It is necessary for me to call History.back() method after uploading
   files to display the previous view.

  Can't you rather use some other mean of communicating the previous
  history token and then doing a History.newItem(previousHistoryToken)?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onHistoryChange(String token) is not working.

2008-12-15 Thread Rinku



On Dec 11, 6:43 pm, Rinku ashishkushwaha1...@gmail.com wrote:
 Hi,
 I am using FileUpload Widget to upload a file.
 When I am upolading more than one  files  with FileUploadWidget and
 after uploading  the files  I am using History.back on a click of a
 button then onHistoryChange() method is not invoking.

 When I am uploading a single file then onHistoryChange() method is
 calling.

 It is necessary for me to call History.back() method after uploading
 files to display the previous view.
 Please help me to solve this problem.

Please pay attention to this Thread.
Help me.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



onHistoryChange(String token) is not working.

2008-12-11 Thread Rinku

Hi,
I am using FileUpload Widget to upload a file.
When I am upolading more than one  files  with FileUploadWidget and
after uploading  the files  I am using History.back on a click of a
button then onHistoryChange() method is not invoking.

When I am uploading a single file then onHistoryChange() method is
calling.

It is necessary for me to call History.back() method after uploading
files to display the previous view.
Please help me to solve this problem.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---