RE: Unable to instantiate an instance of class ...

2006-02-23 Thread Schulte Marcus
returning void, String, or IPage can be called as listeners. hope, that makes it clearer > -Original Message- > From: david b [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 6:02 PM > To: Tapestry users > Subject: RE: Unable to instantiate an in

RE: Unable to instantiate an instance of class ...

2006-02-23 Thread david b
Schulte Marcus, I see what you mean... I altered my class to look like this and I changed the HTML form. How does Tapestry know that the this tag should go into my LoginComponent and execute the doLogin method without having it fully defined? Anyway I got it to work with your help and the oth

RE: Unable to instantiate an instance of class ...

2006-02-23 Thread Schulte Marcus
e the form-listener accordingly > -Original Message- > From: david b [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 22, 2006 5:58 PM > To: tapestry-user@jakarta.apache.org > Subject: Unable to instantiate an instance of class ... > > > Hello, > > I atte

Re: Unable to instantiate an instance of class

2006-02-22 Thread Konstantin Ignatyev
ervice=page/Login I am getting this error: Unable to instantiate an instance of class com.entercite.finance.model.abstrt.LoginComponent$Enhance_0. location: context:/Login.page, line 6, column 79 I use ant and compile the source code. Here is the development structure and code. C:\

Re: Unable to instantiate an instance of class

2006-02-22 Thread Howard Lewis Ship
ing to make a simple application using Tapestry. I have tomcat 5.5.7 > using JDK 1.5. > > Going to this url: http://localhost:8080//firstApp/app?service=page/Login > > I am getting this error: > Unable to instantiate an instance of class > com.entercite.finance.model.ab

Unable to instantiate an instance of class

2006-02-22 Thread david b
Hello, I attempting to make a simple application using Tapestry. I have tomcat 5.5.7 using JDK 1.5. Going to this url: http://localhost:8080//firstApp/app?service=page/Login I am getting this error: Unable to instantiate an instance of class com.entercite.finance.model.abstrt.LoginComponent

Unable to instantiate an instance of class ...

2006-02-22 Thread david b
Hello, I attempting to make a simple application using Tapestry. I have tomcat 5.5.7 using JDK 1.5. Going to this url: http://localhost:8080//firstApp/app?service=page/Login I am getting this error: Unable to instantiate an instance of class com.entercite.finance.model.abstrt.LoginComponent