The code I currently have checked in does use the iterate structure. I started to try and make things backward compatible, but gave up after realizing that most of the additional features in the existing tag you don't really need anymore. I've made further updates in my own project that are a more watered down version, but I think that this might be the way to go for this project. The displaytag should only do exactly what it needs to do and nothing more. I've even added the ability to have multiple tables per browser page and to page through them independantly of each other. I'll try to update my code in the sourceforge repository and put up a simple example app.
John On Mon, 9 Jun 2003, Matt Raible wrote: > > > I don't think this will work with the current structure of this tag. > > Without using a real iterate-like structure, you'll never really be > > able to customize the pieces that most users want to customize > > without adding hacks like decorators. > > Does you "table-york" module use this iterate-like structure? I'd love to use > JSTL's iterate stuff and just make display 1.0 require a 2.3 container. > > > I don't understand why you would want to be able to override the > > title attribute from within the <display:column>, the table column > > only has 1 title, so what's wrong with using the title attribute to > <display:column>? > > Only because with Struts I have to use a scriptlet to set the title from a > ResourceBundle - that's the only reason. > > > I know I've said this a million times, but these are exactly the > > reasons why I refactored all this code to begin with. I'm not even > > sure it's worth adding any new functionality in the existing code > > base. In my opinion, you be better off declaring a brand new 1.0 > > release that will have better structure and customizabilty but not > > necessarily be backward compatible. Many of the features in this tag > > are not needed once you can actually customize the <display:column> bodies. > > I'm interested - does you code provide this? Can I convert all the examples > to use your code and all the functionality will be provided? I'm ready and > willing to work to make this happen. Let me know what I need to do. > > Thanks, > > Matt > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > displaytag-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > -- John York Software Engineer CareerSite Corporation ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel

