Tony,

Sorry - I'm not following you.  Are you saying you are passing the form
field concatenated with the id from the table or something?  This is not
clear to me yet.

-Mark

-----Original Message-----
From: Tony Weeg [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 16, 2002 9:32 PM
To: CF-Talk
Subject: to add to that...


Element SELECTEDACCOUNTS is undefined in a Java object of type class
[Ljava.lang.String; referenced as

is what i am getting using this code...

    <scenario_id>#form.id#</scenario_id>
    <selected_accounts>#form.selectedAccounts[id]#</selected_accounts>
    <parameter1>#form.parameter1[id]#</parameter1>
    <parameter2>#form.parameter1[id]#</parameter2>

where i could expect to get this, and am getting this, in my cfdump of
form variables

        form.id parses to "109"
        form.selectedAccounts109 parses to "1109"
        form.parameter1109 parses to "123.00"
        form.parameter2109 parses to "1500.00"

any ideas?

thanks.

..tony

tony weeg
[EMAIL PROTECTED]
www.revolutionwebdesign.com
rEvOlUtIoN wEb DeSiGn
410.334.6331


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=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

Reply via email to