Re: Confused on JSP problem

2001-01-14 Thread JSP Insider
erence <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Confused on JSP problem >Date: Sat, 13 Jan 2001 17:37:28 -0700 > >Hi All, >I have a JSP that uses a Java Bean to get data from DB2. I am trying to >use an IF statement in the JSP to look for a value returned from

Confused on JSP problem

2001-01-13 Thread Jay H. Lang
Hi All, I have a JSP that uses a Java Bean to get data from DB2. I am trying to use an IF statement in the JSP to look for a value returned from the bean. Here is the Java beans return statement: return (java.lang.String) valueAtColumnRow(BV_NBR_COLUMN, index); In the JSP I want check if this v