You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2001/06/29 02:52:41 UTC

[Bug 2390] New: - Null string in generates error when loading page

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: cocoon-dev@xml.apache.org                                    |
+ |  Reported By: karl_hallowell@hp.com                                        |
+ |      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: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org