Re: Maxlength of a value going into a form field?

2003-02-03 Thread Jochem van Dieten
Kevin Langevin wrote:
 Is there one?  I've got a fairly large (about 2,000 character) structure I
 want to WWDX and pass to another page, but when trying to assign it to a
 hidden form variable, part of the packet is displaying on the screen.  I'm
 fairly new to using WDDX, so any help is much appreciated...

Did you escape the packet? If there are any double quotes in there they 
will be interpreted as the end of the value.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Maxlength of a value going into a form field?

2003-02-03 Thread Kevin Langevin
With htmlcodeformat...I'm having trouble decoding it, even though I've
managed to get the form to create the form variable without display the
fragment anymore. When I view source of the resulting form it looks ok to
me...maybe I'm missing something, though.  When I submit the form, I
encounter badly formed XML errors or unknown element errors.

-Kev

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 7:06 PM
To: CF-Talk
Subject: Re: Maxlength of a value going into a form field?


Kevin Langevin wrote:
 Is there one?  I've got a fairly large (about 2,000 character) structure I
 want to WWDX and pass to another page, but when trying to assign it to a
 hidden form variable, part of the packet is displaying on the screen.  I'm
 fairly new to using WDDX, so any help is much appreciated...

Did you escape the packet? If there are any double quotes in there they
will be interpreted as the end of the value.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: RE: Maxlength of a value going into a form field?

2003-02-03 Thread ksuh
Use htmlEditFormat

- Original Message -
From: Kevin Langevin [EMAIL PROTECTED]
Date: Monday, February 3, 2003 5:17 pm
Subject: RE: Maxlength of a value going into a form field?

 With htmlcodeformat...I'm having trouble decoding it, even though I've
 managed to get the form to create the form variable without 
 display the
 fragment anymore. When I view source of the resulting form it 
 looks ok to
 me...maybe I'm missing something, though.  When I submit the form, I
 encounter badly formed XML errors or unknown element errors.
 
 -Kev
 
 -Original Message-
 From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 7:06 PM
 To: CF-Talk
 Subject: Re: Maxlength of a value going into a form field?
 
 
 Kevin Langevin wrote:
  Is there one?  I've got a fairly large (about 2,000 character) 
 structure I
  want to WWDX and pass to another page, but when trying to assign 
 it to a
  hidden form variable, part of the packet is displaying on the 
 screen.  I'm
  fairly new to using WDDX, so any help is much appreciated...
 
 Did you escape the packet? If there are any double quotes in there 
 theywill be interpreted as the end of the value.
 
 Jochem
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: RE: Maxlength of a value going into a form field?

2003-02-03 Thread Kevin Langevin
Duh...I'm a moron... :)  Thanks...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 7:36 PM
To: CF-Talk
Subject: Re: RE: Maxlength of a value going into a form field?


Use htmlEditFormat

- Original Message -
From: Kevin Langevin [EMAIL PROTECTED]
Date: Monday, February 3, 2003 5:17 pm
Subject: RE: Maxlength of a value going into a form field?

 With htmlcodeformat...I'm having trouble decoding it, even though I've
 managed to get the form to create the form variable without
 display the
 fragment anymore. When I view source of the resulting form it
 looks ok to
 me...maybe I'm missing something, though.  When I submit the form, I
 encounter badly formed XML errors or unknown element errors.

 -Kev

 -Original Message-
 From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 7:06 PM
 To: CF-Talk
 Subject: Re: Maxlength of a value going into a form field?


 Kevin Langevin wrote:
  Is there one?  I've got a fairly large (about 2,000 character)
 structure I
  want to WWDX and pass to another page, but when trying to assign
 it to a
  hidden form variable, part of the packet is displaying on the
 screen.  I'm
  fairly new to using WDDX, so any help is much appreciated...

 Did you escape the packet? If there are any double quotes in there
 theywill be interpreted as the end of the value.

 Jochem




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4