i noticed that when using beans, they automatically get populated from a
webpage Form when the form field names are the same as the bean properties,
and hence, good for your heart.

this works for both Integer and String types in my test example.

for some reason, a Date type is not working. does anyone know why this
would not happen. my bean name is "foo" and my bean has a test() method
that dumps out the bean properties so i can check it in my JSP page
like this  <%=foo.test()%>

when i do that i get this

Host: localhost
Port: 3453
Date: null

the setDate() method seems to be occuring but not populating the date property in
the bean
as i expect it might.    Also, in the web form, for the date i'm just putting in
4/5/1999  or something like that.

thanks,frank

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to