Is there any plan in displaytag roadmap to support dynamic columns in the future? Is there anyone starting the work in that area?
Could the development team please respond to this issue? I read trough the mailing list and someone already ask about dynamic column last year, but no one responded.
I add dynamic configuration support few months ago to DisplayTag in my own project.
To do this I extends TableTag (overwrite the doEndTag only), add a few class and a new tld.
With the new code you can have a java configuration class where you can configure
the DisplayTag in runtime.
Example: <display:table name="results"> <display:config name="es.tid.gde.ui.displaytag.GdeTableTagConfig"/> </display:table>
Is something like this that you're looking for?
-- Rafael Mu�oz Vega email: [EMAIL PROTECTED]
"My kung-fu is stronger than yours"
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

