lets suppose we have a sample.jsp page:
<%@ taglib prefix="custom" tagdir="/WEB-INF/tags" %>
...
<custom:do var="foo"/>
...
is it possible to generate variable with name 'foo' in do.tag which will be visible in our sample.jsp page? page scope variable?