T
tom schuring
hello,
is it possible to pass in a parameter into a taglib component that is not a String ?
so something like:
---------- example jsp snippet ---------------------
....
<%@ taglib uri="myOwnTaglib.tld" prefix="fred" %>
<%
MyConfigFile myconfig = new MyConfigFile("config.xml");
%>
<fred:showDBList config=myConfig />
.....
---------- end example jsp snippet --------------
best regards,
tom
is it possible to pass in a parameter into a taglib component that is not a String ?
so something like:
---------- example jsp snippet ---------------------
....
<%@ taglib uri="myOwnTaglib.tld" prefix="fred" %>
<%
MyConfigFile myconfig = new MyConfigFile("config.xml");
%>
<fred:showDBList config=myConfig />
.....
---------- end example jsp snippet --------------
best regards,
tom