Problem getting JavaBean value

2004-01-21 Thread Jonathan Eric Miller
I'm using jakarta-taglibs-standard-1.1.0-B1 with JSP 2.0 and Tomcat 5.0.16. I have a bean that has the following accessor method. public String getCNetId() { return cNetId; } I'm attempting to get the value in a JSP using the following, c:out value=${courseSiteRequest.cNetId}/ but, I'm

Re: Problem getting JavaBean value

2004-01-21 Thread Bill Barker
Jonathan Eric Miller [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm using jakarta-taglibs-standard-1.1.0-B1 with JSP 2.0 and Tomcat 5.0.16. I have a bean that has the following accessor method. public String getCNetId() { return cNetId; } I'm attempting to get the value in