> Stacy Young wrote:
> 
> Hi All !
> 
> I'm a newbie!
> Would like to know if there's a tag that can capture any JSP generated content 
>within it's borders and make a variable available with the result of this content for 
>use somewhere else on the page ?!

One should be available soon (within 3-4 weeks) in the JSPTL taglib. We are currently 
designing a set of IO and transformation tags that should provide this kind of 
capability.

For example:

   <iot:in url="/jsp/myPage.jsp" var="myPage"/>
   ...
   <x:aTag in="$myPage" .../>


    -- Pierre

[Disclaimer: JSPTL is work in progress...]

Reply via email to