Hello all,
I have the following scenario: there are 3 methods, A, B and C.
A will always throw exception (i. e. shall do rollback)
B calls A but should commit, regardless of A.
C calls A and...
Type: Posts; User: erhaminus; Keyword(s):
Hello all,
I have the following scenario: there are 3 methods, A, B and C.
A will always throw exception (i. e. shall do rollback)
B calls A but should commit, regardless of A.
C calls A and...
Thank you, Don. You have really helped me a lot. It works now perfectly. :)
If I understand you correctly the following piece of code:
return "owner/edit"
is NOT equal to
Thank you dbrinker for your reply.
Unfortunately, it does not work for me. Somehow, it is expecting jsp/owner/1/edit, not jsp/owner/edit.
Please look at the following debug info:
...
Hello all,
I'm new with Spring 3. I'm stuck in the following problem: I cannot map the view to the method with path variable.
My code:
@Controller
@RequestMapping(value = "/owner")...