Questions tagged [jsp-fragments]

JSP Fragments Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.

JSP Fragments Encapsulates a portion of JSP code in an object that can be invoked as many times as needed.

https://tomcat.apache.org/tomcat-5.5-doc/jspapi/javax/servlet/jsp/tagext/JspFragment.html

47 questions
0
votes
3 answers

Need help getting the name of a included jsp page in javascript

I have this code for a .jsp page:
Zeratas
  • 1,005
  • 3
  • 17
  • 36
-1
votes
1 answer

JSTL parse negative number java.lang.NumberFormatException: For input string: ""

I request url http://localhost:8080/myApp/reg/show?pageNumber=1&pageRange=-1 and in show.jsp i have
Morticia A. Addams
  • 363
  • 1
  • 7
  • 19
1 2 3
4