Hi i have j2ee project(http://www.javaworld.com/javaworld/jw-03-2000/jw-0331-ssj-forms.html)
when i deployed and tried to access a page error is coming
ERROR:
Can’t find bundle for base name forms, locale en_US
nOW it is due to this that it is not able to find out where is form.properties.I have set classpath as -D:\eclipse\workspace\examples\WebRoot\WEB-INF\jsp\beans
java files in src folder of project
java classes and properties file in
web-inf/jsp/beans/form.properties
thanxs