Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Pid
On 2/7/09 04:25, Jim Anderson wrote: Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got the following

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Konstantin Kolinko
2009/7/2 Jim Anderson ez...@ieee.org: Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got the following

RE: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo' 25 public String getMidContent() { 26 return(midContent); 27 } wow. old school. Don't you love it when people think return is a method call? Can't ever

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread David kerber
Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo' 25 public String getMidContent() { 26 return(midContent); 27 } wow. old school. Don't you love it when people think

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Konstantin Kolinko
2009/7/2 Caldarale, Charles R chuck.caldar...@unisys.com: From: Pid [mailto:p...@pidster.com] Subject: Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo' 25 public String getMidContent() { 26 return(midContent); 27 } wow. old school. Don't you love

RE: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo' Search for return( and you will find some other references. ;] Yes, I know; Tomcat (and pretty much all open-source code) is full of bad

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Jim Anderson
Pid wrote: On 2/7/09 04:25, Jim Anderson wrote: Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got the

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Jim Anderson
Konstantin, Thank you. That did the trick. I kind of guessed it was that sort of problem, but could not find it in documentation of the book that I'm using. Jim Konstantin Kolinko wrote: 2009/7/2 Jim Anderson ez...@ieee.org: Hi, I'm running tomcat 6.0.18 on Linux and I'm having a

Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-01 Thread Jim Anderson
Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got the following message: