> From my testing it appears that the _form collection is not available in the > On Request method in the Active4D.a4l file.
That's because it isn't meant to be available. The docs say: "The handler is passed the path portion of the URL. The _query collection (or _form collection if “parameter mode” is set to “form variables” in Active4D.ini) is populated with the contents of the request’s query (if any), and is set to read-write mode so that you can directly modify the query." If you want to change the URL based on a form variable, you'll need to do a redirect within a regular Active4D script. Regards, Aparajita _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
