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 |
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 |
Free forum by Nabble | Edit this page |