Hi,
    I have the following code in my JSP file. The code at line 3 gives
"Invalid descriptor index". However, if instead capturing the values in the
variables, I do a System.out.println, the statement works fine.

<%   while (rs.next()) { %>
    ProjectCode=<%=rs.getString("ProjectCode") %>
    ProjectName=<%=rs.getString("ProjectName")%>  <<<<<-------- This
statement gives Invalid Descriptor Index

    <option value=ProjectCode>ProjectName


Please help

Thanks and Regards,
Ashish Bhatia
TSG @6203447



Visit http://www.niit.com for eCommerce Solutions.

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

Reply via email to