Search:

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

Search: Search took 0.02 seconds.

  1. Displaying an image and a text with Spring MVC (from database)

    Hi everyone,
    I want to display an image **AND** a String using Spring MVC 3.
    Both are instance variables of a POJO that I retreive from the database using Hibernate.


    @Entity
    ...
  2. thanks, it works

    thanks, it works
  3. Thanks, I added this. But something is still...

    Thanks, I added this. But something is still missing. The method is never called.


    @InitBinder
    protected void initBinder(HttpServletRequest request, ServletRequestDataBinder binder) throws...
  4. I am confused about submitting forms- some help would be awesome

    I am pretty new to spring MVC and I can't overcome a problem.

    here is the addFriend.jsp:


    <c:if test="${!empty USERS}">
    <form:form method="post" action="requestForFriends.html"...
Results 1 to 4 of 4