For a web application pages I have these reusable parts of the screen like tables, dynamic headers, dynamic tabs. Now all these parts should be render according the the supplied data/attribute (i.e. table render itself when I pass a list of objects). I don't have any idea on
JSP Fragments, so my question is. Can I implement the scenario I stated above using JSP Fragment? Could anyone brief me of what is JSP Fragment and how does the server treat jsp fragments?
Thanks in advance