> From: yuryx [mailto:[EMAIL PROTECTED]]
> 
> Thanx for you help, Vadim!
>  I  undestand how I can working from the pooling connections now.
> With cocoon's action it's really easy.
> But I have one more question...
> Can I get  ComponentManager pointer from Cocoon's framework within my
> JSP page?
> Like:
> <%
>     ComponentManager manager=??????????????????????;

Try this.manager, or check out generated XSP source file. Then you will
see that XSP is extending XSPGenerator, and following the inheritance,
you will find a parent with the manager.

Vadim

>     manager.lookup(DataSourceComponent.ROLE+"Selector");
> ............
> ............
> 
> %>
> Thanx
> Yury


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to