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
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
2 matches
Mail list logo