re: form testing

2010-04-13 Thread Jason Fisher
Then you also have access to the result in the cfhttp struct that gets returned. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Ar

Re: form testing

2010-04-13 Thread Casey Dougall
On Tue, Apr 13, 2010 at 9:34 AM, wrote: > > Heya! I'm testing an in house developed app and I'm wondering what the best > wat to post data to a form is that gets around client side validation > (including the maxlength property of a text field and select boxes having > pre-defined data). > > I b

RE: form testing

2010-04-13 Thread Andy Matthews
Disable JavaScript would be an easy one. You could also create your own form on a stand alone page, and just point the action attribute of your new form to the action attribute of the form to be tested. -Original Message- From: succ...@ramonecung.com [mailto:succ...@ramonecung.com] Sen

RE: form testing

2010-04-14 Thread Jason Durham
Download the Firefox Web Developer toolbar and disable Javascript. Or... simply comment out the client-side Javascript. -Original Message- From: succ...@ramonecung.com [mailto:succ...@ramonecung.com] Sent: Tuesday, April 13, 2010 8:34 AM To: cf-talk Subject: form testing Heya! I'm tes