Issue 50418 - XFORM: need to remove "instance 1"
Summary: XFORM: need to remove "instance 1"
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Writer
Classification: Application
Component: programming (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: marc.neumann
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-07 10:10 UTC by allart
Modified: 2006-04-04 12:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description allart 2005-06-07 10:10:44 UTC
Hi,

- Create a new XML document
    * you have a defaut instance named "instance 1"
- Add an instance
    * give it a name
    * choose an XML document as model
- D&D the elements from the data navigator to the document
- Create a new submission
    * see issue #50286 for details about the called script.
    * binding expression: /
    * replace none
- add a button in the document:
    * action: submit form
    * select the submission.

Test 1:
    GET and POST method seem work but no data are send to the server.

- remove "instance 1"

Test 2:
     GET works fine, and data are sent to the server
     POST hangs OOo (see issue #50286).

I'm using OOo 1.9m104 on Linux.

regards.

Ph.
Comment 1 marc.neumann 2005-06-07 14:43:33 UTC
Hi,

with "* binding expression: /" you use the first instance which where found. 

If you want to use an other instance you have to use the name f.e:
"instance("instance 2")/*"

Bye Marc
Comment 2 marc.neumann 2006-04-04 12:32:45 UTC
I close this issue now.