From: Marc v. de G. <mvd...@xs...> - 2002-11-28 21:44:14
|
Hi, Is it possible to add a new method to the org.webmacro.servlet.Form class? I would very much like it when there is a method that adds all received form data back to context. I can even write it, because I have the Webmacro 1.1b2 source jar installed here and it is compiling. If such a method will not be included in the official release, I will add it to the tool I've created myself. But I think it would be a nice extension of the existing Form tool. I already noticed that the context is not available yet in the Form class. It could be passed to the constructor, just like the request. FYI: I would use it to reuse the received form data to redisplay the received form. The redisplay is necessary when one of the fields is badly formatted. Kind regards, Marc |