DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43932>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43932

           Summary: Form Editor throws exception due to missing namespace
           Product: Lenya
           Version: 2.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Form Editor
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


If i start to edit a document with Kupu or BXE and save the changes the
namespaces are removed from the html Tag and the Form Editor throws an exception
 if i try to save changes

html Tag Before editing (let's say) with Kupu: 

<html xmlns="http://www.w3.org/1999/xhtml"; 
      xmlns:xhtml="http://www.w3.org/1999/xhtml"; 
      xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0";
>

After editing with Kupu:

<html xmlns="http://www.w3.org/1999/xhtml";>

The Error itself is thrown by  
org.apache.lenya.cms.editors.form.FormsEditor.java (line 397) and the problem is
within the 
org.xmldb.xupdate.lexus.XUpdateQueryImpl execute method.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to