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
...
Type: Posts; User: pr123; Keyword(s):
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
...
thanks, it works
Thanks, I added this. But something is still missing. The method is never called.
@InitBinder
protected void initBinder(HttpServletRequest request, ServletRequestDataBinder binder) throws...
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"...