[ajug-members] JSP calling a taglib directly

Titus Barik titus at barik.net
Tue Apr 19 15:42:48 EDT 2005


Hi all,

Let's say I have the following tag, which outputs some value "linkoutput":

<sometaglib:out nodeDataName="link" />

I want that tag's output to be passed into a function as a String:

<%
someFunction(..);
%>

How can I do this?

Regards,

-- 
Titus Barik
http://www.barik.net







More information about the ajug-members mailing list