Tagged Questions
0
votes
2answers
28 views
<form:option> default value
I have following spring-mvc code in jsp page
<form:select path="role" id="idRole" >
<form:option value="">Select a message role</form:option>
<form:options ...
0
votes
0answers
40 views
what can one call the jsp file 2 controller files in java?
what can one call the jsp file 2 controller files in java??
This is Jsp File
<form:form commandName="userProfile" method="post" action="createuserform.html" id="userForm" ...
0
votes
1answer
12 views
model data cannot be displayed in view
I've been following a simple hello world tutorial for the maven webapp archetype. however I ran into problems displaying the model's data in my jsp.
hello.jsp
<html>
<body>
...
0
votes
0answers
11 views
Reducing configuration required to add new view in Apache Tiles
I search for ideas on how to reduce some of the boilerplate added by Tiles. Here is how my project organized.
In my spring-mvc config I have Tiles configured this way:
...
<bean ...
0
votes
2answers
31 views
reading values from XML and displaying them in JSP
I have some experience with JSF but I want to learn some Spring MVC now. I wish to display the options to the user to change the language my website is displayed in. To accomplish this I want to ...
0
votes
1answer
21 views
(Spring controller) The requirement sent by the client was syntactically incorrect
I have the following jsp:
<form:form method="post" commandName="fare">
<div><fmt:message key="createfares.name" /></div>
<div><form:input path="name" ...
4
votes
1answer
62 views
How to map requests to HTML file in Spring MVC?
Basic configuration files looks unintuitive.
If I create simple hello world example, and then rename home.jsp to home.html and edit servlet-context.xml file from
<beans:bean ...
1
vote
2answers
79 views
JSP with Spring MVC - ${} variables not showing
I'm using Spring MVC for this app, its a very simple one just for test purposes, just save and view data from the db. This is the first page with a simple link to another page using ${context.root} to ...
0
votes
2answers
33 views
can't access to my css file in my jsp
i have some issue accessing my CSS file. I did search, but i can't figure out what's incorrect.
web.xml :
<servlet-mapping>
<servlet-name>spring</servlet-name>
...
0
votes
2answers
35 views
spring MVC dispatching and other problems [closed]
i'm new to spring framework. but i'm confident in struts2 framework. i've three doubts.
Question 1: In struts2 we can dispatch from one jsp to another jsp through by configuring in struts.xml. Is ...
0
votes
2answers
42 views
Passing arguments between two JSP pages
I'm new to web programming, and I stuck on designing a simple flow.
Let's say I have a simple object like,
public class Object1
{
private int ID;
private String text;
{ getters and setters ...
0
votes
2answers
59 views
AJAX fetching data from Spring-MVC Controller
My Controller:
@RequestMapping(value = "jobs")
public void removeJobs(@RequestParam("username") String username, Model model) {
String []jobs = jobsFetcher(username);
...
0
votes
0answers
47 views
Passed List of objects but getting object XMLHttpRequest in Ajax-Jquery using Spring
I am working on spring project where i am passing my all records as
objects in list.But when i pass this list to ajax function then i am
getting it as object XMLHttpRequest so how can i get ...
1
vote
0answers
66 views
NoClassDefFoundError - javax/el/ExpressionFactory - Tomcat 7 and Spring MVC
I am trying to deploy to tomcat 7 a little Spring MVC app, and I am getting the dreaded exception:
java.lang.NoClassDefFoundError: javax/el/ExpressionFactory
...
0
votes
1answer
41 views
Spring MVC - Eclipse Warning - Validation Message
I tried looking for an answer, but kept getting false positives since it's a "Validation Message" warning. I have a jsp with this line
<a href="login">Member Home</a>
which maps to
...
0
votes
1answer
28 views
How to upload List object into Model in Spring?
So, I've got the following method in the Controller:
@RequestMapping(value="/modules.htm",method = RequestMethod.GET )
protected String modules(ModelMap model) throws Exception {
...
0
votes
0answers
45 views
Bootstrap rowlink, still not working
I realise there are quite alot of questions about this particular topic, but I've tried every one of those solutions and they don't quite work. Or maybe I'm doing something wrong, please point it out ...
0
votes
3answers
67 views
org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI
Hi i am new Spring Mvc.
and i am not unable to solve this problem
Dispatcher servlet (servlet-context.xml)
<?xml version="1.0" encoding="UTF-8"?>
...
2
votes
1answer
38 views
Loading contents from parent window to child window
I am working on spring web application, i have one of the jsp page which contains a table and below that table i have iframe. Now my problem is, i want to set tr content which is inside iframe from my ...
0
votes
1answer
47 views
How to pass a display:column parameter to controller in spring?
I am trying to pass a parameter value from the list in display table, I tried onclick for the href but it's throwing an error called attribute onclick is not available in displaytag. I even tried with ...
1
vote
2answers
54 views
jQuery datepicker works but Spring controller gets null date
I know this should be quite simple but I don't see where is the problem.
I have these two jquery datepickers:
<script>
$(function() {
$( "#iniDate" ).datepicker({ ...
0
votes
1answer
52 views
how to call a method in controller onclick of a button and pass a variable to the same method in controller?
I am trying to call a method in my controller onclick of a button and pass a variable to the same method, am doing this with ajax like this
<c:url var="searchUrl" ...
0
votes
1answer
63 views
Loop Through List of Objects in JSP and Submit One of Them
I have a list of products, and I want to iterate through each in a JSP, and have the user choose one. Once chosen, I want to submit that one individual product object as a model attribute, to the ...
1
vote
0answers
128 views
Spring 3 MVC - Model not displaying in JSP Page
On the surface, this question will sound a lot like questions that may have been asked previously on SOF but I tried those answers long ago and no luck.
(For example, this question spring 3 not ...
1
vote
2answers
42 views
How to get a trivial case of Spring MVC view (JSP) resolving to work?
My app uses Spring MVC (latest; 3.2.2) to create a RESTful API returning JSON, and so far I haven't needed a view layer at all. But now, besides the API, I need a simple utility page (plain dynamic ...
0
votes
1answer
41 views
How to access bean from controller in Spring MVC?
I have bean
<bean class="myprogram.FileList">
defined.
Now I wish this bean to be accessible from JSP. How to accomplish this?
First thought is to access bean somewhere in the controller ...
0
votes
1answer
45 views
how to submit object with list of sub-objects from JSP to Controller?
I have a class A having field of List of class B
class A{
private String x;
private String y;
private List<B> list;
}
class B{
private string x1;
private ...
0
votes
0answers
67 views
Spring MVC, dynamic JSP include and Hibernate
I'm making my first steps in migrating a plain JSP + Hibernate webapp to be Spring MVC based. The JSP pages today (before the migration) contain declarations of jsp:include which are being used to ...
0
votes
1answer
37 views
How to display attributes of an object when onChange on select input occurs using SPring MVC
I am using Spring MVC. I am trying to display a list of "Firm" objects. Firm has different attributes including firmName, state, zipcode etc...
The code to display just the firm object (which is the ...
0
votes
0answers
76 views
Setting multiple Spring MVC locales in jsp
Following is the locale configuration in my spring xml file:
<bean id="localeResolver" class="org.springframework.web.servlet.i18n.SessionLocaleResolver">
<property ...
0
votes
0answers
38 views
Form inheritance in Spring MVC
I am facing a situation in Spring MVC application where I have a form common to all pages. So, I took that form in a separate jsp page and included that page in other jsp pages. Form is simple:
...
0
votes
0answers
57 views
Exception while iterating in JSP
I have class Product which has field List<ProductCategoryDetail> and ProductCategoryDetail has a field of Category type and Category has a field List<SubCategory>.
Product
|
|-----
...
0
votes
1answer
73 views
Spring MVC getting value of element that is not an object property on the server
I have a jsp page which uses spring tag lib. I have elements on he page that is bind to properties of an object. I also have button values that are not bind to the POJO i am trying to get these values ...
0
votes
0answers
153 views
how to iterate over a list of list of objects in JSP + Spring MVC and JSTL
I have a list of list of objects and i am putting this nested list inside ModelandView object but I am not able to acccess the list on the JSP page.
<c:forEach ...
0
votes
1answer
33 views
Looking for a better way to display count in Spring MVC
Looking for a better way to display count in Spring MVC. You can see from my code below that in my controller I get a list of records and in my request scope I have the list under the name "names" ...
0
votes
1answer
39 views
JSP tags not being evaluated in SiteMesh 2.4.2 template (w/ Spring MVC)
I'm facing a little problem with my SiteMesh template using Spring MVC.
I've configured it all so it works fine and it decorates my views. But my issue is that I want to add the menu and possibly ...
0
votes
2answers
65 views
Is it possible to dynamically reload a form:select with values depending of the value of another form:select
I've a pair of state/city drop down selects in a form. The city drop down should be dynamically changed depending of the state selected by the user. I'm using jQuery with Spring MVC.
My object of ...
0
votes
2answers
193 views
how to display data from controller to jsp using spring mvc?
Hi I am unable to display data from controller to jsp page in spring, am new to spring, this is my controller
List<DocDto> list =DocService.getDocs();
DocDto docList = new ...
0
votes
2answers
93 views
JSP c:forEach and c:if - How to filter last entries?
i'm trying to develop a Spring MVC application with JSP pages and i've run into a problem. It's more of a creativity problem than a code problem, but here goes:
So the application basically recieves ...
0
votes
2answers
59 views
How to clear the spring form fields using jQuery?
When I click the 'CLEAR' button, I want the javascipt code to run. It does run but then the form gets submitted. Is there a way to stop the form from getting submitted? Or is there a spring standard ...
0
votes
2answers
25 views
Spring one ModelAttribute in several Controller [duplicate]
I develop in Spring MVC + Apache Tiles + JSPX in my system.
I would like to put login form in every page. In the login process I would like to use @ModelAttribute("loginModel") LoginDTO
In Spring ...
0
votes
1answer
38 views
Spring bind issue
Wondering what's the best way to handle this scenario:
I have a Spring bound (via Spring binding) form with first item of the list:
myList[0].customerFName
myList[0].customerMName
...
0
votes
0answers
37 views
Springsource ModelAttribute usage in several places
I have got a custom webShop in Spring MVC & JSP & Apache Tiles.
I would like to place the searchform in every page.
I was created the form in jsp (with modelAttribute=""), a DTO class, and ...
-2
votes
2answers
48 views
how to use two different controllers in the same page jsp
I m using spring mvc 3 and jsp for interfaces , the problem that i have one page jsp which contains 3 diffrenets controllers like this :
the first:
@Controller
@RequestMapping ("/contrats")
public ...
0
votes
2answers
58 views
Dynamically put JSP tag on a JSP page
I’m doing with my first steps in Spring MVC and JSP and I’m trying to figure out what’s the best way to do the following:
I need to create a dynamic page that is made from some static HTML and some ...
0
votes
1answer
178 views
How to get spring mvc controller model key value inside javascript?
I am using a spring mvc controller. Inside controller i am putting some value lets say string inside model. Now i would like to retrive that value or lets just say print that value inside a ...
0
votes
1answer
161 views
File upload path not working in <a href=“path” target=“_blank”> element
I am trying to display a file using the a href="block".
I am using Spring MVC to upload a file.
Following is my upload Code for HTML :-
<form method="POST" action ="uploadDocument.htm" ...
0
votes
2answers
68 views
I want to change the home page menu depending on the login user. How do i do it in Spring MVC?
I am able to log-in using Spring-MVC.
Now i would like to change the menu's depending upon the user who logged in.
How do i pass login-username to my home page using spring MVC Controller?
So that i ...
-1
votes
1answer
47 views
Validation for a BigDecimal field
I am trying to validate a BigDecimal field in my project using spring mvc+jpa hibernate. the field name is:
private BigDecimal totalAreaInAcres;
the input field in jsp is :
<p>
<label ...
0
votes
2answers
348 views
Spring MVC @ResponseBody , JSON, JSP. Trying to Return List<Objects> from Controller to JSP
I need to retrieve List of JSON data objects from Spring MVC Controller class in order to display that inside JSP using Ajax.
I have written Spring MVC Controller class which return the List of JSON ...



