Re: javabean question

2003-03-15 Thread Henry Tang
> if i have a > C:\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\database\DBConstants.class > that i want to use in my file, > C:\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\database\DBPoolBean.java > > how do i import the DBConstants bean to my DBPoolBean? they are in the same > package, "database", by the

Re: javabean question

2003-03-14 Thread dwightHugget
On Saturday 15 March 2003 01:46, Michael Ni professed: > if i have a > > C:\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\database\DBConstants.class > > that i want to use in my file, > > C:\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\database\DBPoolBean.java > > how do i import the DBConstants bean to my DB

javabean question

2003-03-14 Thread Michael Ni
if i have a C:\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\database\DBConstants.class that i want to use in my file, C:\Tomcat 4.1\webapps\ROOT\WEB-INF\classes\database\DBPoolBean.java how do i import the DBConstants bean to my DBPoolBean? they are in the same package, "database", by the way. Mi

javabean question

2003-03-13 Thread Michael Ni
i have a javabean and i want to call another method from another bean in another package. how do i do that? mike _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

RE: Custom Tag / JavaBean question

2002-10-15 Thread Cindy Ballreich
202-463-4863 > > >> -Original Message- >> From: Cindy Ballreich [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, October 15, 2002 1:13 PM >> To: [EMAIL PROTECTED] >> Subject: Custom Tag / JavaBean question >> >> >> >> I have a cust

RE: Custom Tag / JavaBean question

2002-10-15 Thread Tim Moore
C 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863 > -Original Message- > From: Cindy Ballreich [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 1:13 PM > To: [EMAIL PROTECTED] > Subject: Custom Tag / JavaBean question > > > > I have a custom

Re: Custom Tag / JavaBean question

2002-10-15 Thread Padhu Vinirs
Looks like you defined a "type" as "java.util.Vector" ( wtih rtexprvalue set to true ) in your tld for the accessList attribute ? -- padhu Cindy Ballreich wrote: >I have a custom tag that takes a collection as one of it's parameters. I'd like to be >able to give the name of an attribute (a

Custom Tag / JavaBean question

2002-10-15 Thread Cindy Ballreich
I have a custom tag that takes a collection as one of it's parameters. I'd like to be able to give the name of an attribute (a String) as the value and have the tag find the attribute from the pageContext. This doesn't seem like it should be too difficult. I have setters that look like this in