Re: Simple Bean is not working

2002-09-27 Thread David Mossakowski
It looks like it isn't the bean that can't be loaded but rather the forms bundle can't be found. bundle should be in classes to be loaded by getBundle method d. Manoj Kithany wrote: > Hi Experts, > > As you all mentioned, I tried to use package for my beans/servlets. My > modified directory str

Simple Bean is not working

2002-09-23 Thread Manoj Kithany
Hi Experts, As you all mentioned, I tried to use package for my beans/servlets. My modified directory structure is : /kithany (root) /kithany/register.html /kithany/success.jsp /kithany/retry.jsp /kithany/process.jsp (bean) /kithany/WEB-INF/web.xml /kithany/WEB-INF/classes/mybean/FormBean.java