i m mkng an application using prototype.frnt end is jsp. m passing parameters frm 1 jsp page to another ..temme hw to get dose parametrs in 2nd jsp page...and hw to send data back to 1st jsp after retrieving data frm server. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Kim, I think you''re a little off-topic here, if I understand your question right :) I can read your question two ways: 1. You''re forwarding from one JSP to another on the server. Solution - set attributes on the request. 2. You want to preserve parameters from one request for the next time a request is made from the browser. Solution - use the HttpSession. Prototype is a client-side library - it doesn''t offer anything to help with these problems. Of course, if you''re building more intelligence into the client-side using Javascript, you might find that you don''t need to be passing state up and down a la option 2. so much HTH Dave On Thursday 29 March 2007 06:26, kim vaul wrote:> i m mkng an application using prototype.frnt end is jsp. m passing > parameters frm 1 jsp page to another ..temme hw to get dose parametrs > in 2nd jsp page...and hw to send data back to 1st jsp after retrieving > data frm server. > > > > > > -- > This email has been verified as Virus free > Virus Protection and more available at http://www.plus.net-- ---------------------- Author Ajax in Action http://manning.com/crane Ajax in Practice http://manning.com/crane2 Prototype & Scriptaculous in Action http://manning.com/crane3 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
thanx dave....i read ur reply late...and b4 dat i hd solved my problem... nyways thanx a lot for ur time.. On Mar 29, 1:40 pm, Dave Crane <d...-qrf20pp95eSLQvtTh0HkdajZmZ73YKuj@public.gmane.org> wrote:> Hi Kim, > > I think you''re a little off-topic here, if I understand your question right :) > > I can read your question two ways: > > 1. You''re forwarding from one JSP to another on the server. Solution - set > attributes on the request. > > 2. You want to preserve parameters from one request for the next time a > request is made from the browser. Solution - use the HttpSession. > > Prototype is a client-side library - it doesn''t offer anything to help with > these problems. Of course, if you''re building more intelligence into the > client-side using Javascript, you might find that you don''t need to be > passing state up and down a la option 2. so much > > HTH > > Dave > > On Thursday 29 March 2007 06:26, kim vaul wrote: > > > i m mkng an application using prototype.frnt end is jsp. m passing > > parameters frm 1 jsp page to another ..temme hw to get dose parametrs > > in 2nd jsp page...and hw to send data back to 1st jsp after retrieving > > data frm server. > > > -- > > This email has been verified as Virus free > > Virus Protection and more available athttp://www.plus.net > > -- > ---------------------- > Author > Ajax in Actionhttp://manning.com/crane > Ajax in Practicehttp://manning.com/crane2 > Prototype & Scriptaculous in Actionhttp://manning.com/crane3--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---