Hello, I have solved this problem myself - the epilogue.xpl file contains the script to transform the xforms to XHTML and I have inadvertantly removed its invocation from the page...
Cheerio, Nic. >>> [EMAIL PROTECTED] 23/11/2004 11:47:48 >>> Hello, I have deployed my example app in the internal tomcat and have come across the following intriguing error in the tomcat log: line 9 column 10 - Error: <xforms:group> is not recognized! line 27 column 22 - Error: <xforms:submit> is not recognized! line 28 column 25 - Error: <xforms:label> is not recognized! line 29 column 26 - Error: <xforms:setvalue> is not recognized! line 31 column 23 - Error: <xforms:submit> is not recognized! line 32 column 26 - Error: <xforms:label> is not recognized! line 33 column 26 - Error: <xforms:setvalue> is not recognized! The XForms buttons are not being displayed, so what could I have possibly done wrong? I have the following page-flow.xml config: <page id="summary" path-info="/ljf_xforms" xforms="models/summary-xforms-model.xml" model="models/summary-model.xpl" view="views/summary-view.xsl"> The xsl file has the following code: <html xsl:version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns:xi="http://www.w3.org/2003/XInclude" xmlns="http://www.w3.org/1999/xhtml"> <body> <div id="maincontent"> <xforms:group ref="/form"> ... <xforms:submit> <xforms:label>Import Documents</xforms:label> <xforms:setvalue ref="action">import-documents</xforms:setvalue> </xforms:submit> <xforms:submit> <xforms:label>New Document</xforms:label> <xforms:setvalue ref="action">new-document</xforms:setvalue> </xforms:submit> ... </xforms:group> </div> </body> </html> which is the same as the bizdoc app. Cheerio, Nic. ********************************************************************** The information contained in this message may be confidential or legally privileged and is intended for the addressee only, If you have received this message in error or there are any problems please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. ********************************************************************** ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user ********************************************************************** The information contained in this message may be confidential or legally privileged and is intended for the addressee only, If you have received this message in error or there are any problems please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. ********************************************************************** ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ orbeon-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/orbeon-user
