Hi.
I need to implement a side-by-side list dialog in Cold Fusion as follows: I have two lists, side by side, one containing products I've chosen and one containing all available products. There are two buttons between the lists, to add/remove items from the 'chosen' list. Once the form is submitted, my old product choices in the database are deleted and the new set of chosen products are inserted.
I've got the database designed and populated. I've built the CF queries to select the 'chosen' products as well as the full product list. I've been able to display the 'chosen' list using the CFSELECT tag with MULTIPLE=YES.
I need help with building a Cold Fusion custom tag that implements the side-by-side dialog metaphor and then does the update of the database after the submit. I will eventually have 6 of these side-by-side lists on each of three different forms, with different list contents.
Any assistance would be appreciated.
Regards,
Marsh.
[sig][/sig]
I need to implement a side-by-side list dialog in Cold Fusion as follows: I have two lists, side by side, one containing products I've chosen and one containing all available products. There are two buttons between the lists, to add/remove items from the 'chosen' list. Once the form is submitted, my old product choices in the database are deleted and the new set of chosen products are inserted.
I've got the database designed and populated. I've built the CF queries to select the 'chosen' products as well as the full product list. I've been able to display the 'chosen' list using the CFSELECT tag with MULTIPLE=YES.
I need help with building a Cold Fusion custom tag that implements the side-by-side dialog metaphor and then does the update of the database after the submit. I will eventually have 6 of these side-by-side lists on each of three different forms, with different list contents.
Any assistance would be appreciated.
Regards,
Marsh.
[sig][/sig]