JSP getProperty issue - does not return data

2000-11-06 Thread Dan Lovell
Is anyone having trouble using the JSP tags for set and get property. They do not seem to work. I am using Tomcat 3.1 on Win NT. td%= addrsProfile.getCity() % /td works ** tdjsp:getProperty name="addrsProfile" property="city"/ /td does not work * Here is my JSP

Re: JSP getProperty issue - does not return data

2000-11-06 Thread Dan Lovell
: Monday, November 06, 2000 7:52 AM To: [EMAIL PROTECTED] Subject: JSP getProperty issue - does not return data Is anyone having trouble using the JSP tags for set and get property. They do not seem to work. I am using Tomcat 3.1 on Win NT. td%= addrsProfile.getCity() % /td