repeating tables

S

socaprice

Hi all,

I have a repeating table with a few drop down menus. One of the drop down
menus has the choices hard coded the other is pulling the data from an xml
file.
The idea is that when I make a choice in the hard coded drop down menu the
other drop down will be populated by the data that meets the criteria of the
hard coded drop down menu.
That works, the problem I am having is that when I insert another table and
choose a different option from the hard coded drop down menu the options that
populate the the other drop down still contain the data from the first table
along with the new data. I do not see anywhere in this scenario where I can
check off the xpath and put in the "current()" function.

Can anyone help?

Thanks,
Socaprice
 
Top