Hi,
 
I want to convert my JSP (that actually generates my xml data)  in XSP for use them with Cocoon.
My JSP are based on JavaBeans and import some custom classes.
 
Is there a way to reuse this components?
My classes can be imported with the element <xsp:include>, but how can I include my Beans in a way similar to the <jsp:useBean...> directive?
 
Thank you!
Nesto

Reply via email to