WOForms
WOForms
- Subject: WOForms
- From: Dev WO <email@hidden>
- Date: Mon, 9 Feb 2004 18:57:37 +0100
Hi,
I'm actually creating a form for a web app (which is basically a
website, without any database).
I want to put a form to allow people to send us a report (pretty
simple;)).
So I followed the documentation's example (favorite food), but even
with the exact same code, I've got some problems:
-If one of the required field isn't filled, I got an error page about
null exception!
(I think I may have to initialized the key to null or something like
that, but I couldn't figure out for now)
-If I have all the required field OK, i go to the next step, displaying
each field directly in HTML, but if I go back with the browser's
button, everything I change to the form won't be updated...
(I think I have to wake-up something to force rewrite the variable, but
I don't know how to:(, but maybe I could put a "back button" inside the
HTML that would force the session to go back...)
-I'd like people to be able to add a commentary, actually it's a
WOTextField, but I'd like something bigger so that they can see more
lines (and wider), so I tried the WOBrowser, but I don't know which
attribut are required...Maybe I should something else than a WOBrowser?
And finally, after displaying the result of the form, I'd like to send
it to a specific email (without requiring a client software), but I
don't know how to do it (the server runs the mailserver and the domain
I want to send the form to is local).
Thanks a lot for your help
Xavier
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.