ALL!
I have a question related to Spring, JSP. I generate a JSP file with data from database and I want to import it to Excel. I actually know how to do it using either Controllers or just providing Java code in JSP file itself. (Abstract(J)ExcelView). But my question is if I can do it without any explicit java code in JSP itself, only using custom tags. So everything will be done only with help of one .jsp and some xml configuration files. Tips on writing own taglib are welcomed.
Thank you! Would really appreciate your help!
Regards, Nigar.
Was that easy at the end. here is a taglib. placed it to WEB_INF/tags folder
and this is jsp file:
afterwards simple html table building with data 😉