Based on the Model-View-Controller (MVC) pattern, Spring MVC helps you build web-based applications that are flexible and decoupled from the underlying view technologies.

learn more… | top users | synonyms

0
votes
0answers
13 views

Why do SessionAttributes get cleared on GET redirect?

For simplicity's sake, these code snippets will be shortened. The purpose of this is to take a GET parameter, set it on the session, and redirect back to the GET with the url parameter removed. ...
0
votes
0answers
4 views

replace one class in bean property list in spring

I am working in broadleaf which is based on spring-mvc. there are 3-4 blCustomPersistenceHandlers bean definition in different xml file based on project module. <bean ...
1
vote
1answer
11 views

Can I render Thymeleaf templates manually from a String?

I have an upcoming project which has the following requirements: Very simple to use (end-users will be expected to use it) Java based, the project will be written in Spring3 String based loading ...
1
vote
3answers
16 views

Ajax request, should it be POST or PUT

I have create a Spring mvc web app. The app makes a few calls to the controller, these calls are close/open/end game. I make these calls using ajax.. so i can handle a responce on the top of the ...
1
vote
1answer
17 views

Unable to persist language specific characters into the database column of xml datatype

I need to save language specific characters in a column of xml datatype, because XML is the format that I want it to be when I retrieve it. Just before persisting, I see the Russian characters in the ...
0
votes
0answers
9 views

Override Generic Controller

I have the following function in my abstract controller public abstract class GenericController<T extends PersistentObject> { ... ... ... @RequestMapping(value = ...
0
votes
0answers
9 views

How do I disable caching of JSP files when using Spring Tiles?

I'm using Spring Tiles. I have following as my config: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" ...
0
votes
0answers
15 views

How to block Multiple Click in spring service class method?

The below is my requirement : There is a table search result screen in which an user select object through checkbox and clicks on Done. On click of Done it is calling one method from service class ...
1
vote
0answers
17 views

How to make an AJAX call within Spring MVC/WebFlow project

I would like to make an AJAX call to a Spring MVC Controller from a view within a SWF flow. I need to do this within the portlet container rather than a servlet sitting outside the portlet session. I ...
0
votes
1answer
22 views

log4j 1.2 configuration issue with Spring mvc

I am stuck. I have a configuration issue in setting up log4j with Spring MVC. Getting the below error. log4j:WARN No appenders could be found for logger ...
0
votes
0answers
9 views

Adjusting resteasy.servlet.mapping.prefix inside SpringMVC context

When I used Standalone RESTeasy through org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher I adjusted <context-param> ...
0
votes
0answers
14 views

Groovy mixin on Spring-MVC controller

I'm trying to use Groovy mixin transformation on a spring-mvc controller class but Spring does not pickup the request mapping from the mixed in class. class Reporter { @RequestMapping("report") ...
0
votes
1answer
12 views

Override error messages in BindingResult

I am using Spring MVC 2.5 . I have fields where numbers should only be the allowed in put. And I get the exact error message on my UI I was looking for . Something like Failed to convert property ...
0
votes
0answers
25 views

NullPointer on Multipartfile with Spring MVC

It seems my case is simple, so I'm guessing the problem is stupid. Nonetheless...I don't see it. I'm trying to accept the upload of a collection of files and have been looking at this article as a ...
0
votes
1answer
15 views

Spring MVC and hibernate combining models

I'm developing a web application using the Spring framework along with Hibernate as the ORM and DAO. I have two Models Class1 and Class2. Which hibernate maps to Database tables Table1 and Table2 ...

1 2 3 4 5 723
15 30 50 per page