Brian Bacsu wrote:
*Stack Trace* org.orbeon.oxf.common.ValidationException: oxf:/Test/event/event_model.xpl, line 29, column 88 : Fatal Error: The prefix "delegation" for element "delegation:execute" is not bound. : oxf:/Test/event/event_model.xpl, line 29, column 88: Fatal Error: The prefix "delegation" for element "delegation:execute" is not bound.
Brian,
It seems you are getting this error because the prefix "delegation" is not declared in your XPL file. Try to add a xmlns:delegation="http://orbeon.org/oxf/xml/delegation" (for instance on the root element of the XPL file).
Alex
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
