Hey there, I'm trying to use a <cfselect> tag within <cf_displayExtraFormContent> tag. I am getting the following error:
"context validation error for tag cfselect" The first time I got the error I assumed it was because it was within the <cf_displayExtraFormContent> tag. But when I moved the <cfselect> outside the <cf_DisplayAddForm> tag, I still get the same error. Here is the select: <cfselect name="estimators" required="yes" message="pick one" query="plumusers" value="userId" display="username"></cfselect> A <cfdump> reveals the query is returning the expected results. Thanks for the help, Mark Fuqua ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
