Dear all, I've made a Page with the usual Form component. The use case is users are able to enter data from this form more than once when they are still on that page. But the problem is the state of the object from that form is kept, so it looks like that user enters the same data.
So I tried using StatelessForm and it worked. But is there anything I've sacrificed if I use StatelessForm? And is there any other way so the state from the form is not kept other than using StatelessForm? Thanks in advance. -- What you want today, may not exist tommorrow Blog: http://joshuajava.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
