You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Vijay K Anand <r1...@freescale.com> on 2005/07/13 12:38:59 UTC

Generic template

Hi All

Any blueprint how can we write genric code for manipulating data in a 
table ,

Regards
Vijay

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Generic template

Posted by Steve Bosman <st...@gmail.com>.
On 7/13/05, Vijay K Anand <r1...@freescale.com> wrote:
> Hi All
> 
> Any blueprint how can we write genric code for manipulating data in a
> table ,
> 

Can you expand your question please? If you are interested in
displaying tabular data in your JSPs have a look at the DisplayTag
http://displaytag.sourceforge.net/ - with a bit of extension this can
also be used for outputting form inputs. Where I work we then have a
ActionForm (representing the table) which contains a list of
ActionForms (representing each row).

Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org