Thanks. On Mon, Apr 20, 2009 at 5:27 PM, Lukasz Lenart <lukasz.len...@googlemail.com > wrote:
> 2009/4/20 Mighty Tornado <mighty.torn...@gmail.com>: > > This works, but is there a better way to do it with Struts? The question > is: > > the jsp page is not an HTML form; it just displays information - can I > use > > the form for this purpose though, and if so, should I? > > It's up to you, the only think, you have to be consistent. If you use > request to display data, then use it through whole application, and > then use forms only for add/edit purpose. Using request is even better > if you want to use some third-part tag library like displaytag. > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >