Hi all, I'm facing this problem with T4.1.3. I have a page with a Form and I want to submit a value of the roomQuote object to the next page. The problem is that the page is reloading itself when the form is submitted having as a result to lose the object's (roomQuote) value. More specifically, I want to "carry" this object with me when I submit the form.
I use a System.out.println() on the listener that is on the submit button of the form, and my object is null in the listener, so the value is lost BEFORE(?) submitting the Form. What is the best practice? I'm stuck! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
