RE: bean class not found

2003-08-14 Thread Shapira, Yoav

Howdy,
What's call.web-inf?  It should be WEB-INF (capital).  Are you properly
importing the bean by its class name in your JSP?

And use a better subject than urgent as I nearly rejected that from
posting to the list ;)

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: shaman jain [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 14, 2003 8:41 AM
To: [EMAIL PROTECTED]
Subject: urgent

hi there,
i had made a bean(URLBean ) which is used to connect to database
and another jar file--tds-- which act as a bridge
but i am not able to configure the server and it gives me error,
bean not found
i had placed the class file under
webapps/call/web-unf/classes/callreg
and jar file under webapps/call.web-inf/lib
pls help me out as it is very very very urgent
thanx in advance
regards
Shaman



___
Meet your old school or college friends from
1 Million + database...
Click here to reunite www.batchmates.com/rediff.asp



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Bean class not found in web application

2003-01-27 Thread Erik Price


Wilson Snook wrote:


The long and the short of it is I would recommend avoiding the property name 'uName'.  I think I would also recommend not using Komodo 1.2 to write bean classes.  However, I would recommend using JBuilder 6 for the purpose, even if it is a bit of a large beast for small beans.



Just a quick question for anyone who cares to answer -- do you all use 
the PropertyChangeListener and 
PropertyChangeSupport.firePropertyChange() in your beans, or do you just 
create a simple class with getters and setters?

I'm just wondering how worthwhile it would be to run through my beans 
and rewrite them with the PropertyChangeListener and 
PropertyChangeSupport classes (from package java.beans).


Erik


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Re: Bean class not found in web application

2003-01-27 Thread Wilson Snook
Eric,

As a newbie, I use just getters and setters.

Wilson

- Original Message -
From: Erik Price [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 3:44 PM
Subject: Re: Bean class not found in web application




 Wilson Snook wrote:

  The long and the short of it is I would recommend avoiding the property
name 'uName'.  I think I would also recommend not using Komodo 1.2 to write
bean classes.  However, I would recommend using JBuilder 6 for the purpose,
even if it is a bit of a large beast for small beans.


 Just a quick question for anyone who cares to answer -- do you all use
 the PropertyChangeListener and
 PropertyChangeSupport.firePropertyChange() in your beans, or do you just
 create a simple class with getters and setters?

 I'm just wondering how worthwhile it would be to run through my beans
 and rewrite them with the PropertyChangeListener and
 PropertyChangeSupport classes (from package java.beans).


 Erik


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]






--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]