I'm having some problems passing parameters into multiple submit buttons. The main point of the form is to take a given cluster number, a percentage (generating a common substructure) and then use that to obtain a SAR table. Initially, you choose a cluster number and the percentage and it puts the resulting structure into a chemsketch box. However, I have it so that you can look at the full cluster (dynamic container) to make custom changes to the chemsketch box and also I'm trying to update the chemsketch if you want a different percentage. However, when I run it to get the SAR table, because of the input component, all of the submit buttons try to run the work protocol. I tried isolating the input form component so that the submit buttons would work as they should, but I can't get the layout I want for the form. Anyone have any ideas on how to get around this?
-Jules