Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4183605 By: elentz
Displaytag's most popular mode of operation would be as a taglib on a JSP. You'd want to get the contents of the template into a JSP where it could be subsequently acted upon. I haven't tried it, but you could probably use the jsp:include on the output from writing a template to a temporary location. jsp:include, according to my documentation, indicates that it reads on request (as apposed to the include directive which does it only once). There would be a cost involved as the page would be compiled each time. It wouldn't be very efficient. If you are more adventurous you could explore the HtmlTableWriter in displaytag, which takes a JspWriter which extends java.io.Writer, the same class that a vm template.merge requires. You'd be digging pretty deep into displaytag to do that though. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249317 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user