Hello people,
I am developing a web application using i18n. I am using JSTL for the view.The code is working fine for Roman scripts however there is problem with Japanese script.
...
Type: Posts; User: ankie; Keyword(s):
Hello people,
I am developing a web application using i18n. I am using JSTL for the view.The code is working fine for Roman scripts however there is problem with Japanese script.
...
Well, I did try doing that...i.e placing in WEB-INF, removing the dot and specifying the path...Still the error persists...
I am building a simple spring-hibernate application.
This is my applicationContext.xml file.
<bean id="myDataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">...
Thanks ... that worked...
Hello people..
I am trying create basic spring-hibernate MVC application.
This is my applicationContext.xml file
<bean id="myDataSource" class="org.apache.commons.dbcp.BasicDataSource"...
hi,
i was trying out a simple spring web mvc application example dat jst explains the skeleton of mvc framework using Eclipse n tomcat...
following is the code of the welcome html page
...
Hello people,
I am trying to run a simple web application using spring in eclipse.
My directory structure is as follows:
Java Resources: src
A.java
...