RE: One Action class but more than one functionality

2004-03-31 Thread Joao Batistella
Pedro, this is exactly what I need. Thanks! -Original Message- From: Pedro Salgado [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 31 de março de 2004 11:14 To: Struts Users Mailing List Subject: Re: One Action class but more than one functionality On 31/03/2004 10:12, "Joao Batis

RE: One Action class but more than one functionality

2004-03-31 Thread Joao Batistella
bstract super class. > > > -Original Message- > From: Joao Batistella [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 3:02 PM > To: 'Struts Users Mailing List' > Subject: RE: One Action class but more than one functionality > > > That'

RE: One Action class but more than one functionality

2004-03-30 Thread Joao Batistella
ailto:[EMAIL PROTECTED] Sent: terça-feira, 30 de março de 2004 17:33 To: Struts Users Mailing List Subject: RE: One Action class but more than one functionality look at the org.apache.struts.actions.DispatchAction class. It is exactly for the use case you described. -Original Message- From:

One Action class but more than one functionality

2004-03-30 Thread Joao Batistella
Hello. I have an action class to create, edit and remove a Person, for example. Is this a poor decision? I mean, should I create 3 action classes, one for create, another for edit and another one for remove? Does struts have a mechanism to help me in that? Thanks all.

OFF-TOPIC - Paging Results

2004-03-30 Thread Joao Batistella
Hello! Sorry for the off-topic message. I would like to know if you recommend any good component for paging results and presenting it in a JSP page. I'm using struts, so if you know a component that integrates well with struts, that's perfect. Thanks for your help.