Hi!
Sorry if I repost a question, but I need help!
I want to convert my JSP in XSP, and I have to reuse complex Javabeans.
 
I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar to the jsp:useBean directives.
But I didn't found much more documentation, and I don't know how to use it!
Where I can read more?
 
Please give me some hint on how "translate" my
<jsp:useBean id="xxx" scope="session" class="yyy.zzz" /> of my old JSP, in code for my new XSP
 
Regards,
Nesto

Reply via email to