Jeff

> I don't have the lattest Ben Forta book. The one I have I couldn't
> find a reference to wddx.

He covers WDDX in the Advanced book and does an absolutely excellent
job of it. I really would recommend getting your hands on it.

> I built a form that automatically generates forms by querying the
> table structure and creating the appropriate field type ie
> text, hidden, checkbox etc. Then submits the info to the database.
> 
> That works fine for submitting data. The problem is now I want to
> recall a record and fill in thform with the recalled info. 

I think you have a good idea there & you can definitely do this with
WDDX and Javascript. I have done something similar only with XML at
the back end rather than a database.

Of the top of my head I guess you'll need to send two packets:
one with the actual data and one with the metadata from the system
catalog.

If you like you can build the form elements by explicitly
manipulating the browser DOM.

Only do it this way if you're comfortable with JavaScript though.
Otherwise you could ignore WDDX and simply generate HTML form
elements in your template.

Nick


**********************************************************************
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**********************************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to