Creating a drop-down row in displaytag
- by bphilipnyc
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 is executed, but it is only reflected in the…