Search:

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

Search: Search took 0.01 seconds.

  1. thnx a lot!!!!

    thnx a lot!!!!
  2. JSP error: .. must be used with a prefix when a default namespace is not specified

    Hi All

    I'm trying to pass a List to a JSP and print its size!
    Controller

    ....
    List<Employee> model = employeeManager.getEmployees() ;
    return new ModelAndView("employee", "model", model);
    }...
  3. thnx a lot, that solved the problem, I had ...

    thnx a lot, that solved the problem, I had

    <web-app version="2.5"
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  4. wow, thats it, I had

    wow, thats it, I had

    <web-app version="2.5"
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  5. variables not passed via ModelAndView(..) to jsp

    Hi All

    Reading the following tutorial, http://static.springframework.org/docs/Spring-MVC-step-by-step/part2.html, I got stuck in the second chapter!

    In my HelloController.java, I make the...
Results 1 to 5 of 5