Search:

Type: Posts; User: krishnapriya_83; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    5,122

    thanks for the reply .analysing code step by step...

    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...
  2. Replies
    16
    Views
    5,122

    Below is the code snippet from AccountController...

    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, ?...
  3. Replies
    16
    Views
    5,122

    employeeList.jsp

    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>...
  4. Replies
    16
    Views
    5,122

    my issue is different form apoorvabade's issue ....

    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...
  5. Mvc-Ajax Neither BindingResult nor plain target object for bean name 'XXX' available

    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...
  6. Replies
    16
    Views
    5,122

    Mvc-Ajax Neither BindingResult nor plain target object for bean name 'XXX' available

    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...
  7. hi, i ve the same problem in include.jsp...

    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" %>
  8. SimpleFormController submit form programmatically

    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...
  9. Hi , i got it. I made another...

    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.
  10. submitting(binding) form programatically&using formfieldvalues in SimpleFormControlle

    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...
  11. submit form programatically to SimpleFormController

    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...
  12. SimpleFormController submit form programmatically

    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...
  13. submitting(binding) form programatically&using formfieldvalues in SimpleFormControlle

    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...
  14. submitting(binding) form programatically&using formfieldvalues in SimpleFormControlle

    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...
Results 1 to 14 of 14