Hello Marten,
Thank you for your quick answer. As far as I know the PathVariable annotation is not available in Spring version 2.5.5. Unfortunately our webapp s using this version. Update to...
Type: Posts; User: re79; Keyword(s):
Hello Marten,
Thank you for your quick answer. As far as I know the PathVariable annotation is not available in Spring version 2.5.5. Unfortunately our webapp s using this version. Update to...
Hello,
my url in my webapplication looks like this.
http://localhost/../docId-12344/text
Now Iwant to get the docId from the url with @requestparam("docId"). I know that it is not that easy...
Just solved my problem
Use
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>...
Hello,
I have the similiar Problem,
Of cource validation works well that way. But I want use a custom messagesource to use a locale extracted from the uri. I tried it by configuring the...
Thank you migelct1983,
It works perfectly
Best Regards re79
I have a similiar Proble mwith webflow 2.0.8
I've implementes an excel export with this streaming actions.
The URL starts with https://.. and on Internet Explorer the dialog for open or save...