[ajug-members] JSP calling a taglib directly

Martha B. Lee mlee10 at comcast.net
Wed Apr 20 07:19:03 EDT 2005


----- Original Message ----- 
From: "Titus Barik" <titus at barik.net>
To: "General AJUG membership forum (100-200 messages/month)"
<ajug-members at ajug.org>
Sent: Tuesday, April 19, 2005 4:55 PM
Subject: Re: [ajug-members] JSP calling a taglib directly


> Lee Grey wrote:
> > Off the top of my head, I think one way to do this would be to use
JSTL's
> > <c:set> tag to stash the result into the request and then pull it out
when
> > calling someFunction.  You might find some helpful snippets at
> > http://www.javaalmanac.com.
>
> Hi Leo,
>
> That's a possible solution, but now I can't figure out how to get it out
> of the proper scope. For example:
>
> <c:set var="linkTest">
> <cms:out nodeDataName="link" />
> </c:set>
>
> <% someFunction(?); %>
>
> What goes in the ?
>
> Thanks!
>
> Regards,
>
> -- 
> Titus Barik
> titus at barik.net
> _______________________________________________
> ajug-members mailing list
> ajug-members at ajug.org
> http://www.ajug.org/mailman/listinfo/ajug-members
>





More information about the ajug-members mailing list