Hi guys,

I found that if I put the xmlns:xsp-session="http://apache.org/xsp/session/2.0"; 
namespace in any XSP document, then xsp-init-page tag isn't processed.  Thus, all the 
variables I declare/initialize in xsp-init-page (which should go at the start of 
generate()) are nonexistent, which obviously causes compilation problems.  

The only thing that gets put at the start of the generate method is: 
Session session = request.getSession(true);.

Anybody know how to keep this from happening??

Btw, I'm using:
Cocoon 2.0.3
Tomcat 4.1.12
Redhat 7.3

Thanks!

Sonny

_____________________________________________________________
Conserve wilderness with a click (free!) and get your own EcologyFund.net email 
(free!) at http://www.ecologyfund.com.

_____________________________________________________________
Select your own custom email address for FREE! Get [EMAIL PROTECTED] w/No Ads, 6MB, 
POP & more! http://www.everyone.net/selectmail?campaign=tag

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

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

Reply via email to