Hi,

Can some one interpret this error:

org.apache.jasper.JasperException:
ta.PositionBean.setHrs(Ljava/lang/String;)V

I have setHrs method in PositionBean which I am using
to set field Hrs, from the data obtained from the
Oracle database in the .jsp page thus:

position.setHrs( rs.getString( "HRS" ) );

Declarations, file structure, etc. are fine since I
have several such statements before this one which
seem to function just fine.

Any feedback will be highly appreciated.

Thanks,
Saket

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to