-
as seen on Stack Overflow
- Search for 'Stack Overflow'
how to add some html tag between <displaytag:table> and </displaytag:table>. Plz help me to custom it, thank you very much.
<displaytag:table>
**<div class="mycss">**
<displaytag:column />
<displaytag:column />
**</div>**
</displaytag:table>…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using displaytag to render data, I have it working without any issues. As soon as I use display:caption I get JSP compilation error with the below message. Am I missing anything? I thougt including caption would be simple. If I remove display:caption everything works fine.
aaaaa.jsp:527:14:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear Lazyweb,
I'm using the displaytag tag library, and it's worked amazingly so far. However, i don't see a simple option or way to put the export banner at the top of the table instead of the bottom. How can this be accomplished?
Thanks,
Roy
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am currently using displaytag for tabular data, but would like to create a "kayak.com-like" interface where when a user clicks a row, the user is shown more details about the particular row without a page refresh.
I tried using a decorator to return javascript that would do this. The javascript…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I have been making some reports and using displaytag to output these reports in html, csv, excel, pdf, etc. They are paginated, and take a simple object graph... and output excellent results everytime, with very little code.
However, I need to use displaytag or its equivalent outside of a jsp…
>>> More