I'm working on some web pages. I created form by JSP/JSTL/servlet.
I have HTML, CSS, and JavaScript files on disk. My goal is add JSTL form to HTML page which consist some frame and import CSS, JavaScript files.
I try add HTML code to my JSP but it isn´t good idea.