On 6/28/2010 3:28 PM, caman wrote:
In your query 'query="SELECT webtable as wt FROM ncdat_wt WHERE featurecode='${ncdat.feature}' .. instead of ${ncdat.feature} use ${dataTable.feature} where dataTable is your parent entity name.
I knew it would be something stupid like that. I thought I changed everything, looks like I forgot one. Thank you! From what I can tell now, it's working. Sure is a lot slower now that it's got to do another query for every item.
Shawn