RE: is Component a reserved word?

2003-02-27 Thread Damm, Gary
I had a similar problem but with a method "getItems()". My application is using a tag mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 2:24 PM To: Struts Users Mailing List Subject: Re: is Component a reserved word? On the note of introspection, is there any push to make acc

Re: is Component a reserved word?

2003-02-27 Thread Jacob J. Hookom
On the note of introspection, is there any push to make accomodations via Proxy to allow DynaBeans to work with JSTL? It wouldn't be hard at all to add it to BeanUtils. Object proxyObject = ProxyBeanUtils.createProxyObject(DynaBean, Class); Collection proxyCollection = ProxyBeanUtils.createPro

RE: is Component a reserved word?

2003-02-27 Thread Craig R. McClanahan
On Thu, 27 Feb 2003, Chen, Gin wrote: > > Bug in java's introspector?? > No way.. java has no bugs. o.O > You *know* the answer to this one! It's not a bug, it's a feature! Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] F

RE: is Component a reserved word?

2003-02-27 Thread Chen, Gin
Bug in java's introspector?? No way.. java has no bugs. o.O -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 4:46 PM To: Struts Users Mailing List Subject: Re: is Component a reserved word? On Thu, 27 Feb 2003, John Thor

Re: is Component a reserved word?

2003-02-27 Thread Craig R. McClanahan
On Thu, 27 Feb 2003, John Thorhauer wrote: > Date: 27 Feb 2003 16:03:06 -0500 > From: John Thorhauer <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: is Component a r

Re: is Component a reserved word?

2003-02-27 Thread John Thorhauer
ent" - it always thinks it's java.awt.Component. YMMV. > > > > > > > >>-Original Message- > >>From: Chen, Gin [mailto:[EMAIL PROTECTED] > >>Sent: Thursday, February 27, 2003 3:38 PM > >>To: 'Struts Users Mailing List' >

RE: is Component a reserved word?

2003-02-27 Thread Andy Kriger
EMAIL PROTECTED] Sent: Thursday, February 27, 2003 15:51 To: Struts Users Mailing List Subject: RE: is Component a reserved word? A coworker claims this is a bug in reflection when used to introspect any class called "Component" - it always thinks it's java.awt.Component. YMMV. >

Re: is Component a reserved word?

2003-02-27 Thread Robert McIntosh
; - it always thinks it's java.awt.Component. YMMV. -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 3:38 PM To: 'Struts Users Mailing List' Subject: RE: is Component a reserved word? Will it is in his classpath indirectly it is n

RE: is Component a reserved word?

2003-02-27 Thread Derek Richardson
; To: 'Struts Users Mailing List' > Subject: RE: is Component a reserved word? > > > Will it is in his classpath indirectly it is not in his jsp > unless he did a > import of it. > So it looks like this is another issue. > Unless there is a compone

RE: is Component a reserved word?

2003-02-27 Thread Chen, Gin
rsday, February 27, 2003 3:33 PM To: Struts Users Mailing List Subject: RE: is Component a reserved word? java.awt.Component is also in your classpath maybe c:out is trying to cast your object as that instead of x.y.z.Component? -Original Message- From: John Thorhauer [mailto:[EMAIL PROT

RE: is Component a reserved word?

2003-02-27 Thread Andy Kriger
java.awt.Component is also in your classpath maybe c:out is trying to cast your object as that instead of x.y.z.Component? -Original Message- From: John Thorhauer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 15:18 To: Struts Users Mailing List Subject: is Component a reserve