Hi all,
in my web application I need to display generated HMLT table to browser
and send the same HTML table by e-mail to some users.
What is the best way to implement this according to MVC ?
Generate table via Javabean or regular class or tag or smth else ?
Thank you.
aostrik@gmail.com - 12 Jun 2006 15:15 GMT
addition to the question:
the issue is where to store HTMLTableGenerator to have access as from
*.jsp and from regular back-end classes.
JNDI ?
or there is some more lightweight solution?