Could u provide ur web.xml and application context file.
Type: Posts; User: bishu24june; Keyword(s):
Could u provide ur web.xml and application context file.
Could u provide me ur web.xml file.
USE Hibernate annotation validation frame work which is very simple and easy to integrate with spring.
below is the dependency for POJO
<dependency>
<groupId>javax.validation</groupId>...
AOP implementation using Spring frame work or AspectJ framework.
Because both way required different jar file.
If ur .properties file start with xxx_message or messageXXX the use below bean.
<bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">...
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
destroy-method="close" p:driverClassName="${jdbc.driverClassName}"
p:url="${jdbc.databaseurl}"...
I have used /delete instead of /delete.html I am getting same error.
and Sorry to say,Please tell me how to use [/code ] Tags.
Could you provide your spring-servlet.xml file.
Then what should I need to give.
If my application hv this code.
1)contactList.jsp
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<html>
<head>
<title>All Contacts</title>
My apologies for that this is my first time so I have committed mistake.
yeah from delete.html I am passing contact id URL(http://localhost:8080/Spring3.0MVC/delete.html/4).
But controller...
Might be any application running on same port.
go to window start menu and type ->http://localhoost:8080/ and check which process is runnning.
Hi All,
I am making POC on spring 3.0.4. Regarding that I am getting simple prblem.
Below is the application description.
1)contactList.jsp
<%@ taglib...
Hi All,
I am making POC on spring 3.0.4. Regarding that I am getting simple prblem.
Below is the application description.
1)contactList.jsp
<%@ taglib...