Hello community,
I'm trying to manage to return a view against an URL with several parameters.
The thing is that this destinatio page needs to receive the parameters through a POST method.
Usually...
Type: Posts; User: franserranopons; Keyword(s):
Hello community,
I'm trying to manage to return a view against an URL with several parameters.
The thing is that this destinatio page needs to receive the parameters through a POST method.
Usually...
Already working... :O)
You may always use method "findByCriteria" passing the number or records you want to retrieve.
getHibernateTemplate.findByCriteria(detachedCriteria,0,5);
This would retrieve the first five...
Hi Marten,
If I try to use RequestContextUtils.getApplicationContext method, a "request" is needed as a parameter.
Could you explain a little how to get access to the applicationContext?
I...
Thanks a lot Marten I will try that!
Kind regards.
I'm in the same scenario. I use a custom tag that is supossed to be injected a Spring managed dao manager to access the database in search of a few records.
I don't get this dao manager injected....
Could anyone explain if it is possible and how to achieve to take the user to the start-state view of the flow when the expected exception is thrown?
Thanks a lot in advance.
Fran.
Hi Maitri. Could you please post the code that worked for you? It would be a great help for other people like me.
Thanks in advance.
Fran