1. Dupe post - please delete! forum.springsource.org |
2. Manual autowiring / post processing of custom-constructed objects possible? forum.springsource.orgManual autowiring / post processing of custom-constructed objects possible? Hey, I need several instances of a class, so it's not a singleton. However, the objects represent the same as the Controllers ... |
3. Postexecution before any POST request forum.springsource.orgI am using annotations for my controller classes. Which annotation can I use on a method that should be executed before any POST request method? I need to either pass an ... |
4. Same JSP via GET and POST forum.springsource.orgI need to develop a simple Spring MVC app which contains a single JSP. When accessed with GET, the JSP should render a tabular listing of some domain objects (say, users). ... |
5. spring acting also as a client and making external Post request forum.springsource.orgI want my applicaiton to act at the same time as a server and as a client posting requests to others servers hosted on small devices. I just want to make ... |
6. Redirect after Post intermittent failing forum.springsource.orgRedirect after Post intermittent failing I'm having an issue with a redirect after post. I am doing a redirect after post from a SimpleFormController onSubmit method. The redirect works every time ... |
7. formBackingObject executing on POST requests forum.springsource.orgHi, I have created a command controller by extending the SimpleFormController. When the form is submitted the formBackingObject method is executed and then the onSubmit method. I am really confused , ... |
8. HELP: Form POST Problem forum.springsource.orgHELP: Form POST Problem I have a simple form to populate a category name, and user can also change it. But the changed name can't get back from @ModelAttribute. @Controller @RequestMapping("/category.htm") ... |
9. test post forum.springsource.org |
10. Where to post new feature requests without ... forum.springsource.orgWhere to post new feature requests without ... Basically, I like a clean Jira and just making feature requests via Jira can fill it up pretty quickly and sometimes my ideas, ... |
11. How to post filter/authorize a return value forum.springsource.org@PostAutorize("returnvalue.owner.name == principal.name") //something like this. public ModelItem getById(Long id) { return dao.get(id); } |
12. Spring - Redirect after POST (even with validation errors) forum.springsource.orgSpring - Redirect after POST (even with validation errors) I'm trying to figure out how to "preserve" the BindingResult so it can be used in a subsequent GET via the Spring ... |
13. Problem with redirect after POST forum.springsource.orgProblem with redirect after POST I'm trying to redirect to result message page after POST request and processing data: return "redirect: /forms/equip/result.form"; In my Controller I have @RequestMapping("/**/*.form") that I expect ... |
14. @RequestBody and form post forum.springsource.org@RequestBody and form post Hi, I have written a simple Controller method based on Spring MVC 3. I would like to use the same method to handle both POST from an ... |
15. Post Remember Me - Is there a better way? forum.springsource.orgPost Remember Me - Is there a better way? Hiya, Using Spring Security 3.0.2, Spring 3.0.3 and Java 1.6 with Jetty 7.1. I have remember-me set up like this: Code: |
16. WARN DefaultHandlerExceptionResolver - Request method 'POST' not supported forum.springsource.orgI am getting a Tomcat error page during a failed login attempt for uri /loginProcess. Any ideas what would cause this? It started happening on the upgrade to Spring Security 3.0.2. ... |
17. Post Method Not Supported forum.springsource.orgPost Method Not Supported Hi I have whats probably a very simple issue but not sure what I'm doing wrong I have added a method to a controller based on the ... |
18. @RequestBody and Form-Post (application/x-www-form-urlencoded) forum.springsource.org@RequestBody and Form-Post (application/x-www-form-urlencoded) Hi, am I right that @RequestBody does not work for html/form posts? Code: public void (@RequestBody MyStuff stuff) { ... } I get: org.springframework.web.HttpMediaTypeNotSupportedE xception: Content type ... |
19. AjaxEventDecoration and POST forum.springsource.orgHi all, I am trying to do a AJAX POST using the Spring event decoration technique. The POST works, only problem is it causes the whole page to refresh. My ajax ... |
20. my first post - build spring-framework-3.0.4.RELEASE issue forum.springsource.orgAug 28th, 2010, 12:52 AM #1 Hhuang View Profile View Forum Posts Private Message Junior Member Join Date Aug 2010 Posts 1 my first post - build spring-framework-3.0.4.RELEASE issue BUILD FAILED ... |
21. How to post-process rendered webflow view forum.springsource.orgHi all, I am building a spring MVC project which includes spring webflow. I need to compress & encrypt the rendered view before it is sent back to the httpresponse. Can ... |
22. Post processing on HttpOutboundEndoint forum.springsource.orgPost processing on HttpOutboundEndoint I am posting my own post on a new thread: I am successful with posting my messages coming on a channel to a HTTP URL. If it ... |
23. MockTest and post method forum.springsource.orgMockTest and post method Here is my code, the pb is that the view return is null ... an idea ? : Code: fillUtilisateur(); LoginFormController classe = new LoginFormController( ); String ... |
24. Redirect to default target on Post request. forum.springsource.orgI am using Spring Security 3.0.3 and I was wondering if there is a way to tell Spring Security to redirect to the default target url instead of the saved url ... |
25. cross-post: where did m2eclipse SCM support go from m2eclipse extras...? forum.springsource.orgcross-post: where did m2eclipse SCM support go from m2eclipse extras...? sorry for the cross-post, but i think this community probably has many m2eclipse users... the update site: http://m2eclipse.sonatype.org/sites/m2e-extras doesn't show SCM ... |