I want to use Spring Faces (Spring JS + Facelet+Spring MVC Annoted Controllers) without using web-flow. Can I do that?
Type: Posts; User: Sumanta Ghosh; Keyword(s):
I want to use Spring Faces (Spring JS + Facelet+Spring MVC Annoted Controllers) without using web-flow. Can I do that?
Got the problem - thanks to latest documentation from IBATIS , where is is mentioned that
"Note that it is entirely legal for the JDBC driver to fail to return the number of records updated in a...
I have got a List of POJO Entity instances which I am trying to insert/update by the following method
public Object doInSqlMapClient(SqlMapExecutor executor) throws SQLException {
...