http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2390 *** shadow/2390 Thu Jun 28 17:52:41 2001 --- shadow/2390.tmp.22907 Thu Jun 28 17:52:41 2001 *************** *** 0 **** --- 1,39 ---- + +============================================================================+ + | Null string in <xsp:expr> generates error when loading page | + +----------------------------------------------------------------------------+ + | Bug #: 2390 Product: Cocoon 2 | + | Status: NEW Version: 2.0alpha CVS | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: core | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I get an error when I run the following snippet (under Tomcat 4.0b5): + + --- + <?xml version="1.0" encoding="ISO-8859-1"?> + + <xsp:page + language="java" + xmlns:xsp="http://apache.org/xsp" + xmlns:esql="http://apache.org/cocoon/SQL/v2" + > + <page> + Some text here. + <xsp:expr></xsp:expr> + </page> + </xsp:page> + --- + + + Error compiling bug1_xsp: Line 167, column 43: Missing term. + + An examination of the line in question shows that a variable is indeed missing. + + XSPObjectHelper.xspExpr(contentHandler,); \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]