How can I remove the variable "productCategoryId" from the parameters
context?  The reason I want to do this is because I'm doing a
drop-down on productCategoryId but displaying categoryName.  I expect
to see {Apples, Oranges} in my drop-down, but I see {10011 (a
productCategoryId available in $parameters), Apples, Oranges}
Thanks.

Reply via email to