Hi,
Does anybody have any idea how to implement a feature to allow xslt
processing of the select tag attribute multiple and any other attributes
<% HashMap attr = new HashMap(); %>
<% attr.put("multiple", null); %>
Taglib should output this.
one
two
three
wi
Hi everybody!
A tried to use the session taglib with tomcat 3.2.1. Here is the jsp
code:
(I have removed all tabgs that would do anything)
BBForm
<%@ taglib uri="http://jakarta.apache.org/taglibs/session-1.0"
prefix="sess" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/response-