Strange Exception Behavior

2005-03-09 Thread CRANFORD, CHRIS
Has anyone noticed in your struts application that when you call an oracle stored procedure and register an output parameter of type OracleTypes.CURSOR and that function call fails for any reason, any values you may have set in the oracle session will be lost? In our application we typically ca

Strange exception..

2004-12-21 Thread Ilja Smoli
Hi In my Action class I put in request scope a List: request.setAttribute("statuses", allStatuses(getAllGroups(),asm)); Then on my jsp page im iteratig over it: ... ... Everething is fine and iterating, but tomcat's console always give an exception: org.apache.jasper.JasperException: Cann