[Proto-Scripty] Re: After Ajax call page div not always updated.

2009-08-25 Thread Alex McAuley

Could you post an example of your code to a pastie and send us the link - 
perhaps we can work out whats going on for you


Alex Mcauley
http://www.thevacancymarket.com
- Original Message - 
From: vunky v.bak...@tyd-group.com
To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
Sent: Tuesday, August 25, 2009 9:24 AM
Subject: [Proto-Scripty] After Ajax call page div not always updated.



 Hello,

 I have created a checkout process for a webshop where each step is
 loaded through ajax. Now it appears that 1 in every 100 customers has
 problems loading the second step. They press a button to launch the
 ajax call, but the div which needs to get updated does not change.
 Ergo the customer cannot order and thinks the shop is broken.

 Do you guys have any clew on whats going on? Or maybe a workaround? Is
 this a caching problem.

 Prototype JavaScript framework, version 1.6.0.3
 Scriptaculous  Version 1.8.1

 Thanks in advance,

 Vincent

 
 


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



[Proto-Scripty] Re: After Ajax call page div not always updated.

2009-08-25 Thread david

Hi Vincent,

just a guess, do you check all received status in the AJAX request ?

--
david

On 25 août, 11:38, Alex McAuley webmas...@thecarmarketplace.com
wrote:
 Could you post an example of your code to a pastie and send us the link -
 perhaps we can work out whats going on for you

 Alex Mcauleyhttp://www.thevacancymarket.com

 - Original Message -
 From: vunky v.bak...@tyd-group.com
 To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
 Sent: Tuesday, August 25, 2009 9:24 AM
 Subject: [Proto-Scripty] After Ajax call page div not always updated.

  Hello,

  I have created a checkout process for a webshop where each step is
  loaded through ajax. Now it appears that 1 in every 100 customers has
  problems loading the second step. They press a button to launch the
  ajax call, but the div which needs to get updated does not change.
  Ergo the customer cannot order and thinks the shop is broken.

  Do you guys have any clew on whats going on? Or maybe a workaround? Is
  this a caching problem.

  Prototype JavaScript framework, version 1.6.0.3
  Scriptaculous  Version 1.8.1

  Thanks in advance,

  Vincent
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---



[Proto-Scripty] Re: After Ajax call page div not always updated.

2009-08-25 Thread vunky

Hi Alex,

I am using this link

%= link_to_remote image_tag(/images/site/
registreren_stap2.png, :border = 0), :url = { :controller
= :checkout, :action = :create_client_account } %

And this function

  def create_client_account
render :update do |page|
  page[:login_screen].visual_effect :fade, :duration = 0.4

  page.delay(0.6) do
page.replace_html login_screen, :partial = checkout/
create_client_account
page[:login_screen].visual_effect :appear, :duration = 0.4
  end
end
  end




On Aug 25, 11:38 am, Alex McAuley webmas...@thecarmarketplace.com
wrote:
 Could you post an example of your code to a pastie and send us the link -
 perhaps we can work out whats going on for you

 Alex Mcauleyhttp://www.thevacancymarket.com

 - Original Message -
 From: vunky v.bak...@tyd-group.com
 To: Prototype  script.aculo.us prototype-scriptaculous@googlegroups.com
 Sent: Tuesday, August 25, 2009 9:24 AM
 Subject: [Proto-Scripty] After Ajax call page div not always updated.

  Hello,

  I have created a checkout process for a webshop where each step is
  loaded through ajax. Now it appears that 1 in every 100 customers has
  problems loading the second step. They press a button to launch the
  ajax call, but the div which needs to get updated does not change.
  Ergo the customer cannot order and thinks the shop is broken.

  Do you guys have any clew on whats going on? Or maybe a workaround? Is
  this a caching problem.

  Prototype JavaScript framework, version 1.6.0.3
  Scriptaculous  Version 1.8.1

  Thanks in advance,

  Vincent
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~--~~~~--~~--~--~---