We want our XForms submission to use POST instead of GET, and thought the following xforms:submission element was the trick:
<xforms:model xmlns:xforms="http://www.w3.org/2002/01/xforms"> <xforms:submission action="" method="post" id="formSubmit"/> <xforms:instance> ... </xforms:instance> </xforms:model> But when we run this form, it still uses GET. What am I doing wrong? Thanks. -Scott UC Berkeley Center for Document Engineering _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
