1. Evaluate dynamically constructed JSP at runtime stackoverflow.comI have a requirement where in the JSP page itself is created by the user and stored in the database. When viewing results we need to render this JSP to the ... |
2. IS there anyway to see what tags are available at runtime? stackoverflow.comDoes anyone know a way to findout at runtime either through an API or JMX MBean what JSP tags are available and what there URI's are? Thanks. |
4. Passing runtime variables to jsp 2.0 tag files. coderanch.com |
5. custom tag attribute items cannot be runtime expression coderanch.comI am getting following error message, for the "For Each" statement: custom tag attribute items cannot be runtime expression (value : ${user.getMessages}) (since html tags are not allowable I have replaced them w/< and >, Hopefully you can get an idea of the code) <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> |
6. Adding Column td tag at runtime in a JSP coderanch.com |
7. custom tag attribute not taking runtime value coderanch.comHi, I created a custom tag which is taking 3 attribute and in it's tld file I have specified rtexprvalue for all the attributes as true. but when I am passing an el expression to the attribute, it's not evaluating it and paasing that expression as it is. Am I missing something here? below is my tld and jsp where I ... |