sqlMap.queryForObject("getTax", item, item);<select id="getItemTax" parameterClass="item"> SELECT TAX_Name AS tax.description FROM ... </select>It is the tax.description that is getting me in trouble. How do I write this or escape this? Or am I doing this completely wrong?
-- Thanks, Warren Bell
