[java ee programming] Re: jsf-cant instantiate class

2009-09-30 Thread Sergei Sizov
Try adding default constructor (without parameters) for your managed bean. public UyeBean() { this.kullaniciAdi=null; this.uyeParola=null; } On Sep 28, 2:05 pm, merve t wrote: > hello, > i am developing a jsf application. > > it was working fine something has changed an

[java ee programming] Re: jsf-cant instantiate class

2009-09-28 Thread Ali Ekber Çelik
beanlerinde sorun yok gibi.web.xml dosyanıda gönderebilirmisin 2009/9/28 merve t > hello, > i am developing a jsf application. > > it was working fine something has changed and it started not to work. > > i am getting an exception like: > > javax.servlet.ServletException: Cant instantiate class: