thanks for the reply .analysing code step by step worked ..
problem is in my controller .When i first access employeeList.jsp page it was expecting a bean with name 'employee' . because i...
Type: Posts; User: krishnapriya_83; Keyword(s):
thanks for the reply .analysing code step by step worked ..
problem is in my controller .When i first access employeeList.jsp page it was expecting a bean with name 'employee' . because i...
Below is the code snippet from AccountController in mvc-ajax project which i got from Spring source blog .
@RequestMapping(method=RequestMethod.POST)
public @ResponseBody Map<String, ?...
employeeList.jsp
<%@ include file="/WEB-INF/views/include.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<head>...
my issue is different form apoorvabade's issue . sorry for the wrong statement in my previous question.
thanks for the immediate reply .here is my controller , mvc-config.xml...
i am working on spring 3.0 and trying to implement same functionality as in mvc-ajax.Mvc-Ajax is working good .. but when i implement same in my own project i am getting "Neither BindingResult nor...
even i am having the same issue.. when i run mvc-ajax i am not getting any errors .. but when i implement same in my own project i am getting "Neither BindingResult nor plain target object for bean...
hi,
i ve the same problem
in include.jsp
give
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri = "http://java.sun.com/jsp/jstl/fmt" %>
Thanks for ur Reply.
http://forum.springframework.org/showthread.php?t=41849
In this thread i ve explained clearly.
Sorry for not explaining again.
and i got the problem solved.
If u read...
Hi ,
i got it.
I made another SimpleFormController with same functionality as the other.
I made the textbox as hidden ,submit button whick looks like link.
and my problem is solved.
Hi sami,
Thanks a lot for ur reply.
Let me explian completely.
Earlirer we ve done the same project using jsp,servlet & beans.
first we ll display one text box and one submit button in one html...
Hi,
i am using a 1.jsp which contains a form which has one text box and a submit button.I am using sping:bind. After providing value in text box and clicking the button it ll go to a...
Hi,
i am using a 1.jsp which contains a form which has one text box and a submit button.I am using sping:bind. After providing value in text box and clicking the button it ll go to a...
Hi,
i am using a 1.jsp which contains a form which has one text box and a submit button.I am using sping:bind. After providing value in text box and clicking the button it ll go to a...
Hi,
i am using a 1.jsp which contains a form which has one text box and a submit button.I am using sping:bind. After providing value in text box and clicking the button it ll go to a...