On Jan 10, 2007, at 2:58 AM, Mark Howells wrote:

Are you attempting to dump the form vars with the a4d.debug.dump form variables library call or some other way?

I'm using a4d.debug.dump collection(_form) (I believe that is the correct syntax I used) and a4d.debug.dump collection($formFields) - the copy and both write to the page, but have no entries - I believe it states empty collection.

You might want to check that the form is being sent with the correct encoding. We've had problems with empty forms before, when the "enctype" set in the HTML <form>-tag wasn't defined.

Are you running 4D 2003 as the web server? If _form is empty, sounds like you are missing /4dcgi to start off your form action. Also sounds like you are using fusebox, is the form variables in the $attributes collection? I think 4D actually get the form variables and Active4D just copies them to _form and populates $attributes based on certain settings.

Steve Alex
_______________________________________________
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