OK here is my query and foreach code.
<jrun:sql datasrc="aliidesign"
id="testquery"
scope="session">
Select productname from products
</jrun:sql>
<jrun:param id="testquery" type="QueryTable"/>
<jrun:foreach group="<%= testquery %>">
<%= testquery.get("productname") %><br>
</jrun:foreach>
I am getting the following error:
Compilation error occured:
allaire.jrun.scripting.DefaultCFE:
Errors reported by
compiler:G:/Inetpub/wwwroot/jrunapps/WEB-INF/jsp/jrun__test__sql2ejspd.java:
81:9:81:18: Error: Type QueryTable was not found.
Isn't QueryTable a standard type for a param?
Rich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists