page « Taglib « JSP-Servlet Q&A





1. Which is parsed first in a JSP page - EL, taglib or scriplets    coderanch.com

I read an article "The Secret Life of JavaServer Pages" by bear. I is very useful and it gave me a lot of clarifications. @Bear I have one suggestion I found the following code in the article which explains how a tag is converted into a servlet code. out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write(" \r\n"); out.write(" A ...</p></div></td></tr><tr><td><div class='articleProductElement'><h3 class='articleProductElementTitle'>2. <a href='http://www.coderanch.com/t/461465/JSP/java/custom-taglib-SKIP-PAGE-does'>custom taglib ; SKIP_PAGE does not work As I expected</a><span class='articleProductElementHost'>    coderanch.com</span></h3></div></td></tr></table></div></div><footer><p class='pull-right'><a href='http://www.java2s.com/'>java2s.com</a>  | © Demo Source and Support. All rights reserved.</p></footer></div></body></html>