I have been working on displaying data from the database with the action triggered from a displaytag row, and now it works. I use the following steps, the code fragments might give brief info
- get the row id in the jsp page that contains displaytage result
- get access from the struts action
- display the result wherever you intend to.