Re: JSP/Bean returning a null

2002-02-17 Thread Richard Yee
Henry, It works because when the member variable was named zipcode, the accessor and setter methods should have been named getZipcode() and setZipcode() instead of getZipCode() and setZipCode(). The JSP tags use intraspection to get the member variable names and then use the names to look for the

Re: JSP/Bean returning a null

2002-02-17 Thread Henry S. Hayden
Thanks! That worked, but I'd love to know why. I had tried renaming the "zipcode" variable entirely; I think I tried "bubble," for no particular reason. That didn't work, though. So, I'd really like to know why your solution made a difference. Can you explain why this would be so? Again, th

Re: JSP/Bean returning a null

2002-02-17 Thread Sachin S. Khanna
Do a couple of things as follows : a) rename ur zipcode variable to zipCode and make the relevant changes in the bean source file. b) Also rename zipcode to zipCode in the html fie. This should solve ur problem. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Or

Re: Websphere Application Server V4.0

2002-02-17 Thread It, Cockpit (CAP, Contractor)
I did not get you..! Can you throw your doubt strongly. -Original Message- From: Maurice M [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 16, 2002 2:49 PM To: [EMAIL PROTECTED] Subject: Re: Websphere Application Server V4.0 Dude your ear fell off? - Original Message - From

JSP/Bean returning a null

2002-02-17 Thread Henry S. Hayden
I have a JSP, using a Bean, returning values from an HTML form. I’m using Tomcat 3.3. So far, I have a very simple form with five fields on the first JSP. The values from the input form are POSTed to the display form. When submitted, a Bean handles the field processing and sends the values to

Re: A Javamail problem

2002-02-17 Thread Shahata, Ashraf
make sure you've used the correct file name when compiling the app... -Original Message- From: Cutty [mailto:[EMAIL PROTECTED]] Sent: 17 February 2002 03:36 To: [EMAIL PROTECTED] Subject: A Javamail problem hi: I am writting a jsp with javamail 1.2 but encounter a problem as following :