Aparajita, I hadn't thought of using the session for that but it makes perfect sense. I haven't liked the monstrous URL's created by some of the larger forms' being posted, evaluated, and redirected. I'll have to look at the memory demands, though.
Thanks, Mike > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Aparajita Fishman > Sent: Thursday, July 05, 2007 5:51 PM > To: [EMAIL PROTECTED] > Subject: Re: [Active4d-dev] RE: Length of redirect > > > To clarify the problem, I am using: > > $query:= a4d.web.collectionItemsToQuery($attributes;$keys) > > > redirect(fusebox.makeURL("ISDSubstituteMod.SaveSubInfo"; $query)) > > After processing a post and I'm getting: > > Your browser could not fulfill a redirect request. Please > click here > > to go the intended destination. > > Different browsers impose (arbitrary) limits on the length of > the URL. 4D may have a limit as well. Active4D has no built > in limits on the URL length. It is NOT good practice to stuff > an entire form into a URL. If you need to pass a form to > another page, put it in the session (use 'copy collection') > and retrieve it from the session after the redirect. > > Regards, > > Aparajita > www.aparajitaworld.com > > "If you dare to fail, you are bound to succeed." > - Sri Chinmoy | www.srichinmoylibrary.com > > > _______________________________________________ > Active4D-dev mailing list > [email protected] > http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev > Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/ _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
