On Wed, 12 May 1999, Schaeffer Rick wrote:


> public class RicksClass {
>     String globalString;
>
>     public RicksClass() {
>         // the constructor
>         globalString = "Hello World";
>         }
>
>     public String helloProp() {

This must be named "getHelloProp" to be recognized as a getter method.

>         return globalString;
>         }
> }
>
> com.sun.jsp.JspException: getProperty(ricky): can't find method to read
> helloProp

> I must be getting stupid in my old age!  Any help at all would be *much*
> appreciated!

John K Peterson  --  IT Services Development  --  Brigham Young University
Internet: [EMAIL PROTECTED]                      Phone: (801) 378-5007

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to