Re: [fw-general] generic way of processing forms and modifying underlying database table accordingly

2011-02-05 Thread Simon Walter
On Sunday, February 06, 2011 03:05:54 am Bill Karwin wrote: > On Jan 28, 2011, at 1:26 AM, Martijn Korse wrote: > > It would be great if i could create a Form and then say: > > validate it and then insert it into the database (or update the data), > > without having to write the code over and over

Re: [fw-general] generic way of processing forms and modifying underlying database table accordingly

2011-02-05 Thread Bill Karwin
On Jan 28, 2011, at 1:26 AM, Martijn Korse wrote: It would be great if i could create a Form and then say: validate it and then insert it into the database (or update the data), without having to write the code over and over again. Right, this has been the quest of user-interface developers

[fw-general] RE: Send xml to webservice

2011-02-05 Thread Wil Moore III
Razorblade wrote: > > any advices for this issue? > Hi, Have you tried playing with Curl? http://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=70646 The above reference should give you a good idea of how one send data via HTTP. Once you grok that, feel free to post back more spe