To clarify the issue further, I will have a list of
column names that will be displayed when I display
them, but the Database query could return anything and
so I cannot define getters/setters. So basically I
could have something like

<display:table name="test">
  <display:column property="id" title="ID" />
  <display:column property="name" />
  <display:column property="email" />
  <display:column property="status" />
  <display:column property="description"
title="Comments"/>
</display:table>

BUT I do not have getters for all those properties. Is
there a way to handle that in displaytag. 

Thanks a lot.

Neha.

--- Neha Kansal <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I have a list that is created dynamically based on
> the
> database query being issued. And so I do not know
> beforehand that what columns will be returned. I
> want
> to display this list using displaytag.
> 
> Is it possible to use DisplayTag for such a list,
> the
> objects of which do not have getter/setter methods
> defined for the fields to be displayed? 
> 
> Any help would be appreciated. Thanks.
> 
> Neha.
> 
>  
> 
> 
>       
>               
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
> 
>
-------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's
> Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv
> or your very own
> Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> _______________________________________________
> displaytag-user mailing list
> [email protected]
>
https://lists.sourceforge.net/lists/listinfo/displaytag-user
> 



        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to