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/

Reply via email to