Tagged Questions
0
votes
0answers
16 views
spring context reloading issue
I have a simple console based application written in spring 3. I've provide an api for this application so that it can be used in the other applications. I've another web application which is also ...
0
votes
0answers
11 views
Using locales for purposes other than they were intended?
I have a Spring MVC (3.1) / Webflow 2 application. I have a data structure I'm validating and validation errors triggered by business rules need to display different text depending on a field in the ...
0
votes
2answers
22 views
Spring form with nested objects throws target object binding error
I am trying to use a Spring form with my controller and the entity it is mapping to has nested objects. When try to hit the page with the form it throws the below error.
Am I not initializing the ...
0
votes
1answer
25 views
Where do the real images reside?
I am now facing a tricky issue to find the real image location from one HTML. The li that contains the url is simple:
<img src="../../platforms/image/medium/image.jpg?platformName=BB0004_TMOBILE" ...
3
votes
0answers
26 views
Have different names in class field and bound form input with Spring forms?
Does anyone know if it is possible, using automatic Spring databinding with tags, to have the form name be different from the class/object field it is bound to?
I am working on a system where, by ...
0
votes
0answers
24 views
Why is Spring MVC auto retrying POST requests?
I'm getting some strange behavior with my web application and I can't seem to figure out what's going on.
The problem is that whenever the controller takes more than a certain time to respond, for ...
0
votes
1answer
20 views
favicon.ico not displaying in spring mvc 3.2.2 per Tomcat 7.0?
I'm new to spring mvc and my favicon.ico is not showing up in browser tab using spring 3.2.2 using tomcat 7.0. I have tried looking at related googling but still cannot get it to show up in the ...
1
vote
0answers
24 views
Spring Security + Spring MVC interceptor - mapping to the same pattern conflict?
I'm facing the following problem (although I'm not quite sure if it is a problem or not...):
I have implemented a 3-step user registration wizard using Spring MVC.
Upon 3rd step success, new ...
2
votes
0answers
46 views
Multiple File Upload using @Context HttpServletRequest with @FormDataParam in jersey
I have created a jersey restful web service where I managed to upload multiple number of files using @Context HttpServletRequest request as method signature which work nicely.
Thing is, to fetch other ...
0
votes
1answer
26 views
consuming a Spring mvc web service with jquery
I have a spring mvc Web service like this:
@Controller
@RequestMapping("/hello")
public class helloWs {
@RequestMapping(value= "/getObj", method = RequestMethod.GET)
public
@ResponseBody
...
0
votes
2answers
43 views
Put in javascript Variable in SQL prepeared statement (java)
how can I put the selectItem variable:
var e = document.getElementById("categoryName");
var selectItem = e.options[e.selectedIndex].text;
In:
var theData = [ // Start of ...
0
votes
0answers
22 views
Spring MVC define content type for XHTML
I have a Spring MVC application with jsp-pages and I ran into an issue with displaying of my XHTML page in IE8. Chrome and Firefox works fine, but IE just opens a plain xml file.
I guess the ...
0
votes
0answers
13 views
spring mvc 3 and google datatable
I am new to google.visualization.datasource and I was wondering if there is a simple example for creating the datatable with a helper class and return it back to the client but, without using query ...
0
votes
0answers
49 views
I am getting 404 error suddenly, I am using tomcat 7 +Eclipse juno
My browser is saying below status
HTTP Status 404 -
type Status report
message
description The requested resource is not available. Apache
Tomcat/7.0.33
My application was ...
0
votes
1answer
27 views
What is the best way to send a simple error response message from the server to calling jQuery ajax method (e.g., responseText)?
what I'm trying to do...
I want to send a response message back to the calling jQuery AJAX method, that I can then use to create a warning popup message.
I tried using the HttpServletResponse ...
0
votes
1answer
40 views
Spring bean getting confused
I have a spring web app A and a library B. B has its one config file. When using the B library in App i am creating new beans instead of autowiring. but still seeing that the beans initialized in ...
0
votes
1answer
23 views
Authorizing methods in Spring MVC Controller
My aim is to protect some methods in my Spring 2.5 MVC Controller only to be accessed by specific users for e.g for Managers can access all the methods but Viewers can access a few of them. Though I ...
0
votes
1answer
26 views
Read json web service spring mvc
I have a spring mvc Web service like this:
@Controller
@RequestMapping("/hello")
public class helloWs {
@RequestMapping(value= "/getObj", method = RequestMethod.GET)
public
@ResponseBody
User ...
0
votes
1answer
44 views
Java EE server for raspberry pi (Spring-MVC) [closed]
I'm searching a server for Raspberry Pi that supports Java EE Spring Framework.
Does anybody have an experience with some RPi servers?
2
votes
1answer
27 views
Httpsession management in springMVC
i am new to springMVC and started to do my sample application by doing what i learn. i am planning to implement Session management in spring MVC. I found this one helpful.
But i am not able to get it ...
0
votes
1answer
22 views
Integration Testing POSTing an entire object to Spring MVC controller
Is there a way to pass an entire form object on mock request when integration testing a spring mvc web app? All I can find is to pass each field separately as a param like this:
...
4
votes
3answers
85 views
In Spring, how will we make sure the atomicity of operations
In Spring how can we make sure that certain operations are always executed together. If any one of them fails, the entire transaction needs to be rolled back. I searched this a lot and found ...
0
votes
1answer
31 views
JSON Error in retrieving data
Here is Client side code:
function startAjax() {
$.ajax({
type : 'GET',
url : 'customers/ShowAllCustomers',//this is url mapping for controller
dataType: 'json',
...
0
votes
2answers
35 views
Can't @Autowire a bean into a controller - NoSuchBeanDefinitionException
I have a spring-mvc web app.
The following code has been simplified and sanitised to protect the guilty. The basic idea is that I have two separate context configuration files: one for MVC, the ...
0
votes
1answer
22 views
Spring MVC 3 ModelView is always Null after submit
I'm new on Spring MVC and I have an issue, I account on you for this problem and thank in advanced.
I have a Controller and first I call this mehod:
@RequestMapping(value = "/{prestadoraId}", method ...
0
votes
1answer
63 views
404 error in spring mvc with default template
I'm new to SpringSource,
and I created a Spring MVC Project from template,
and I did nothing but Run on Server home.jsp file
But I got 404 error
I didn't know what to do
because there is no error in ...
1
vote
1answer
46 views
Wildcards in requestmapping
I am working on my Spring application and as per below code, I am mapping multiple URL's to one method. I am making one method "root" to serve all the request which starts with index and root.
...
1
vote
2answers
37 views
Static content - Spring MVC
I know similar questions have been asked before but I still can't get this to work.
I'm having a spring MVC web-site with file tree that looks like this:
webapp\
resources\
style.css
...
1
vote
1answer
39 views
Link CSS and Images to Spring MVC maven Projcet
I have a Spring project created using maven. The following is my directory structure.
I want to add css images to this project. For this, i created a resources folder inside the web-inf directory ...
2
votes
2answers
40 views
How to explain usages of square brackets ([]) operator in EL expressions
When I read Spring PetClinic sample application, I found they always put the add and modify functionalities into a single JSP file, and they use ${owner['new']} expression to customize elements on ...
0
votes
3answers
49 views
prevent scraping of web content in spring mvc
I'm working on a site containing real estate listings in Spring MVC. I would like to prevent scripts to steal the content by scraping the site. Does anyone have experience with techniques that can ...
0
votes
1answer
38 views
Spring MVC - Return static page
I'm struggling with trying to return a static web page from a spring MVC controller.
I followed this tutorial: http://www.tutorialspoint.com/spring/spring_static_pages_example.htm and yet it still ...
0
votes
2answers
37 views
Export beans through HttpInvoker based on beans of certain interface
We have beans implementing a interface, lets say MyServicesInterface which we can autowire in java as a list using
@Autowired
List{MyServicesInterface} myServices;
I would like to do this in a ...
0
votes
2answers
38 views
How to explicitely close Spring context in a Spring web application?
I have a Spring webapp running in Tomcat.
This app also needs to expose a service for remote access via RMI. I am using Spring's RmiServiceExporter to do this :
<bean ...
0
votes
0answers
37 views
Spring webapp form field value always returns null
I'm pulling out what little hair I have left over this simple problem:
I've built a Maven/Java7/Spring3/MySQL/Tomcat webapp that compiles and deploys.
My credit card brand and credit card ...
1
vote
1answer
49 views
How to read multiple properties in Spring Controller?
I have two properties file in my application-
app.properties
level.user=username
easyDeploy_general.properties
user.update=Update
I have defined them in spring-servlet.xml in below way
<bean ...
0
votes
3answers
58 views
Spring MVC doesn't run when deployed on tomcat
I have a webapp that runs fine with maven: mvn tomcat:run
But, when i deploy a jar with: mvn package
and publish it on my tomcat-6.0.20 server, it doesn't run ...
Trace:
13/06/2013 18:40:19 ...
-1
votes
2answers
58 views
Spring 3.0 newbie start project not display value
I made simple helloworld in Netbeans 7.3. But I have problem with load jsp with value from controller. I partially inspire instructions from http://www.tutorialspoint.com/spring/spring_tutorial.pdf ...
1
vote
2answers
72 views
Undefined beans with Spring MVC
I'm having trouble understanding Spring MVC.
I have the following web.xml :
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
-1
votes
1answer
24 views
Spring MultiAction Controller using XML alone [closed]
Is anyone having idea on how I can achieve multiaction controller in using XML config alone.Using annotations, it works perfectly.Just wanted to know, is it possible using xml config alone
Thanks
1
vote
1answer
58 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. ...
1
vote
1answer
31 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
1answer
32 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
24 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
28 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
26 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
1answer
24 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
3answers
41 views
Why am I getting org.codehaus.jackson.map.JsonMappingException: No suitable constructor found for type
Can someone please tell me Why am I getting org.codehaus.jackson.map.JsonMappingException: No suitable constructor found for type error?
Here is my call:
try
{
String jsonreturn ...
0
votes
1answer
25 views
Multiple spring project on server can exchange data between them
I have two spring project deployed on same server, is there any way to access the
object of one application to other application
1
vote
1answer
28 views
Java Webapp Cannot Find Local Server Directory
I have a Spring MVC 3.1 webapp running on Tomcat 5.5 on a CentOS server. I have a controller that checks for the existence of a file located on a network share, which is mounted on the server ...




