Titus Barik wrote: > 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(?); %> Hi all, Looks like pageContext.findAttribute does the trick. Thanks! Regards, Titus