If it is a simple JSP fine we can do that but if we use tag-libs and all i.e a complex JSP then that way won't work out.Is there any other way to comvert complex JSP pages to HTML pages??
hello buddy as you are saying that your file contains the tag-libs that means that you have knowledge of JSTL .... i am new to JSTL and unable to run it could you please help me that how to run an application of JSTL
When using the tag-lib u have to first give the directive statement for that particular tag-lib....May i know wats the error it gives while opening that JSP??
If it is a simple JSP fine we can do that but if we use tag-libs and all i.e a complex JSP then that way won't work out.
What do you mean? JSP will be converted to html and sent to browser. Whatever the JSP contains should be compiled and executed will be availble as html file.So why is not working?