This should definitely work. Try putting a debug statement on the data input of the epilogue. Look for a <form method="post">. If you see it, the problem is further down the road, maybe in the theme stylesheet.
-Erik
Scott McMullan wrote:
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
