Issue with submissions

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue with submissions

Stephanie Hall (TT)

Hi,

 

Sorry if this question’s been asked a ton, but I didn’t see an answer in the archives.  I’ve got a separate deployment setup going, and am trying to get my form to submit to my servlet, however when I click my “submit” button, nothing happens.  In the logs I keep seeing this error:

 

xforms:send - submission does not refer to an existing xforms:submission element, ignoring action {submission id: "saveNewProject"}

 

In the form, I’ve got the following:

 

<xforms:submission id="saveNewProject" ref="instance('project-instance')" resource="{URL}" method="get" replace="none"/>

<xforms:submit submission="saveNewProject">

      <xforms:label>Save New Project</xforms:label>

</xforms:submit>

 

I clearly have the submission element, so I am not sure what is going on.  Thanks in advance to any who can help!

 

Stephanie



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Issue with submissions

Erik Bruchez
Administrator
Stephanie,

That sounds odd. Where is your submission placed? It should be placed
within an <xforms:model> element.

-Erik

On Thu, Oct 22, 2009 at 1:54 PM, Stephanie Hall (TT)
<[hidden email]> wrote:

> Hi,
>
>
>
> Sorry if this question’s been asked a ton, but I didn’t see an answer in the
> archives.  I’ve got a separate deployment setup going, and am trying to get
> my form to submit to my servlet, however when I click my “submit” button,
> nothing happens.  In the logs I keep seeing this error:
>
>
>
> xforms:send - submission does not refer to an existing xforms:submission
> element, ignoring action {submission id: "saveNewProject"}
>
>
>
> In the form, I’ve got the following:
>
>
>
> <xforms:submission id="saveNewProject" ref="instance('project-instance')"
> resource="{URL}" method="get" replace="none"/>
>
> <xforms:submit submission="saveNewProject">
>
>       <xforms:label>Save New Project</xforms:label>
>
> </xforms:submit>
>
>
>
> I clearly have the submission element, so I am not sure what is going on.
> Thanks in advance to any who can help!
>
>
>
> Stephanie
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws