Jared Peterson said: > I am interested in having more control over the display of the > pagination navigation for the display tag. I am aware that currently I > can use properties to change the surrounding span tag etc... but I still > find that to be very limiting. > > For example, I currently have a table for which I would like to add > filtering controls. I would like to have the pagination on the upper > right side of table and I would like to add some form controls for > filtering to the upper left. It would also be nice to place both the > pagination and filter controls within one div so that I can add nice > formatting etc... The current displaytag implementation does not seem > to give me this flexibility. Am I missing something?
I think you are. I mean, I've got a pretty complex paging control that sits on the bottom left of my table. The top-bottom positioning is controlled by one property, then you can modify the HTML for your actual paging control in the banner.paging.* properties. To have a filter control (I'm assuming you mean something like a textbox and submit button or a drop-down list with an onselect event or something like that), just put the HTML in there directly and that'll get pushed out when the table is created. > It seems that it might be nice to separate the display of pagination > controls (maybe export controls as well) to their own tag. That way as > a page author you would have more control over their actual positioning > within the page flow. Thoughts? I could see where that would be pretty cool. It'd be kinda neat to have the paging control tied to the table through DOM relationships, which could allow something kinda silly like a pop-up paging control or control across frames or something like that. That said, I still think you have the ability to do what you want within the current framework. -- Rick Herrick [EMAIL PROTECTED] I haven't got time for inner peace. Get out of control, but appear under control. It's not bad to alarm other people, though--it's good for them.--Hunter S. Thompson ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

