does it mean to validate the same POJO / Object?
Type: Posts; User: nino; Keyword(s):
does it mean to validate the same POJO / Object?
Yeah, you're right jason. We can't make a generic validator, and all your explanation is just answered all my questions above, hahaha...cool!
Btw, what is DTO? it would be very helpful if you...
Does tomcat assume that multiple applicationContext because of the word "applicationContext" appears in web.xml and applicationContext-xx.xml? Is it possible? :D
I've ever had the same error, might be I could help. Please post your Controller code, and configuration to the Controller in your xx-servlet.xml file.
Hi,
I have 2 Tables, Student and Teacher, which each table has domain (model object). And I want to make an entry form for each table. When using SPRING, I would like to have below files to handle...
Struts is older than Spring, I guess that's why Struts is more flexible than Spring, and might be more stable than Spring.
And I think Spring will do the same thing, it will be getting better than...
Hi all,
What is the difference between :
<spring:bind path="customer.country">
<td><input type="text" name="country" value="<c:out value="${status.value}" />" /></td>
</spring:bind>