>From my experience, one way you can find out the source of this kind of
problem is to find the generated Java source code file and check it.
Sometimes the file name can be very strange.

Shane Duan
Lead Software Developer
[EMAIL PROTECTED]

EquipmentAuction.com
3315 West 12th Street
Houston, TX  77008
P 713 283 6400
.

 -----Original Message-----
From:   A mailing list about Java Server Pages specification and
reference [mailto:[EMAIL PROTECTED]]  On Behalf Of Matthews,Paul
Sent:   Thursday, June 08, 2000 12:30 PM
To:     [EMAIL PROTECTED]
Subject:        Re: <%= myBean.getSomething %>

Missing parentheses?

ie <%= myBean.getSomething() %>

Regards, Paul

> -----Original Message-----
> From: Colleen Wtorek [mailto:[EMAIL PROTECTED]]
> Sent: 08 June 2000 17:59
> To: [EMAIL PROTECTED]
> Subject: <%= myBean.getSomething %>
>
>
> Whenever I try to use this expression to return something to
> my .jsp file, I
> get an java.lang.NoSuchMethodError exception, yet this get
> function is in my
> Bean class.
> What gives?
>
> Colleen.
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to