posted 16 years ago
Hi.
I want to do something really simple. On page1.html I have a form with a textfield where the user has to enter a date. On page2.html, called after the user clicked the submit button on the previous page, I have a Javabean with a date field I want to fill with the information entered by the user.
Interestingly enough, I cannot seem to do it - whatever I do, I get null after I fill the field.
Can someone please give me the code example how to do this simple thing?
Thanks.