Submit from one form to Xquery and catch returned xml-output in new form

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

Re: Re: Re: Re: Re: XQuery... (was Re:.....)

Ryan Puddephatt-3
In the xpl replace data with instance and in the page replace input:data with input:instance

And the page-flow?
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:34:34 2008
Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)

Yes, but I am shure not how you ment it...
I am reading about xpl but still I think I need help....

You can use a second out “instance” and use <xi:include href=”input:instance”/>
HOW?


<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
    xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

    <p:param type="input" name="instance"/>
   <p:param type="output" name="data"/>

 <!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->


    <p:processor name="oxf:xforms-submission">
        <p:input name="submission">
            <xforms:submission method="post"
               action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
        </p:input>
        <p:input name="request" href="#instance"/>
        <p:output name="response" ref="data" debug="testEdit" />
 <!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
    </p:processor>
</p:config>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


--
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: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

masjab-2
I´ll give up...

    <p:param type="input" name="instance"/>
   <p:param type="output" name="instance"/>

 

    <p:processor name="oxf:xforms-submission">
        <p:input name="submission">
            <xforms:submission method="post"
        </p:input>
        <p:input name="request" href="#instance"/>
        <p:output name="response" ref="instance" debug="testEdit" />
    </p:processor>
</p:config>


This can´t be right....


Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:

In the xpl replace data with instance and in the page replace input:data with input:instance

And the page-flow?
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:34:34 2008
Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)

Yes, but I am shure not how you ment it...
I am reading about xpl but still I think I need help....

You can use a second out “instance” and use <xi:include href=”input:instance”/>
HOW?


<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
   xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

   <p:param type="input" name="instance"/>
  <p:param type="output" name="data"/>

<!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->


   <p:processor name="oxf:xforms-submission">
       <p:input name="submission">
           <xforms:submission method="post"
              action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
       </p:input>
       <p:input name="request" href="#instance"/>
       <p:output name="response" ref="data" debug="testEdit" />
<!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
   </p:processor>
</p:config>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

Ryan Puddephatt-3
In reply to this post by Hank Ratzesberger
Yes, that's right
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:50:48 2008
Subject: [ops-users] Re: Re: Re: Re: Re: Re:  XQuery... (was Re:.....)

I´ll give up...
<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
    xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

    <p:param type="input" name="instance"/>
   <p:param type="output" name="instance"/>

 


    <p:processor name="oxf:xforms-submission">
        <p:input name="submission">
            <xforms:submission method="post"
               action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
        </p:input>
        <p:input name="request" href="#instance"/>
        <p:output name="response" ref="instance" debug="testEdit" />
    </p:processor>
</p:config>


This can´t be right....


Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:


        In the xpl replace data with instance and in the page replace input:data with input:instance
       
        And the page-flow?
        ------------------------
        Ryan Puddephatt
        FIX Developer
        Fidessa LatentZero
        1 Alfred Place
        London WC1E 7EB
        Office: +44 (0) 20 7462 4200
        Direct: +44 (0) 20 7323 6112
        Blackberry: +44 (0) 79 8539 2458
        Fax: +44 (0) 20 7462 4242
        Email: [hidden email]
        Web: http://www.latentzero.com
        Sent from my blackberry device
       
        ----- Original Message -----
        From: [hidden email] <[hidden email]>
        To: [hidden email] <[hidden email]>
        Sent: Wed Jul 23 00:34:34 2008
        Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)
       
        Yes, but I am shure not how you ment it...
        I am reading about xpl but still I think I need help....
       
        You can use a second out “instance” and use <xi:include href=”input:instance”/>
        HOW?
       
       
        <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
           xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">
       
           <p:param type="input" name="instance"/>
          <p:param type="output" name="data"/>
       
        <!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
       
       
           <p:processor name="oxf:xforms-submission">
               <p:input name="submission">
                   <xforms:submission method="post"
                      action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
               </p:input>
               <p:input name="request" href="#instance"/>
               <p:output name="response" ref="data" debug="testEdit" />
        <!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
           </p:processor>
        </p:config>
       
        ______________________________________________________________________
        This email has been scanned by the MessageLabs Email Security System.
        For more information please visit http://www.messagelabs.com/email 
        ______________________________________________________________________
       
       
        _______________________________________________________________________
        The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
       
        _____________________________________________________________________
        This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com
       
        --
        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
       



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


--
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: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

masjab-2
ok, but why does 
debug="testEdit" 
not do anything, anymore?
And my instance is still empty...no, not empty, it´s null

my pageflow:
<page path-info="/2604/editXPL">
        <action action="xpls/edit.xpl">
            <result page="edit"/>
        </action>
    </page>


Am 23.07.2008 um 01:52 schrieb Ryan Puddephatt:

Yes, that's right
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:50:48 2008
Subject: [ops-users] Re: Re: Re: Re: Re: Re:  XQuery... (was Re:.....)

I´ll give up...
<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
   xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

   <p:param type="input" name="instance"/>
  <p:param type="output" name="instance"/>




   <p:processor name="oxf:xforms-submission">
       <p:input name="submission">
           <xforms:submission method="post"
              action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
       </p:input>
       <p:input name="request" href="#instance"/>
       <p:output name="response" ref="instance" debug="testEdit" />
   </p:processor>
</p:config>


This can´t be right....


Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:


In the xpl replace data with instance and in the page replace input:data with input:instance

And the page-flow?
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:34:34 2008
Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)

Yes, but I am shure not how you ment it...
I am reading about xpl but still I think I need help....

You can use a second out “instance” and use <xi:include href=”input:instance”/>
HOW?


<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
  xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

  <p:param type="input" name="instance"/>
 <p:param type="output" name="data"/>

<!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->


  <p:processor name="oxf:xforms-submission">
      <p:input name="submission">
          <xforms:submission method="post"
             action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
      </p:input>
      <p:input name="request" href="#instance"/>
      <p:output name="response" ref="data" debug="testEdit" />
<!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
  </p:processor>
</p:config>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

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




______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: XQuery... (was Re:.....)

Hank Ratzesberger
In reply to this post by masjab-2

When your page first loads, is there anything in input:data?

Is the xpl code you show below also the model attribute in
the page-flow.xml file?

I don't know how to do this, perhaps Ryan does.

I would separate this into its own service, initialize it
with src="http://...." and then trigger a submission on
xforms-ready, etc.,

I only use input:data for pages that use xslt.  But lately I
use read-only instances.

--Hank


On Jul 22, 2008, at 4:21 PM, Masen J wrote:

> maybe, but I am still not able to work it out alone...
> I mean, when my log file looks like:
>
> 2008-07-23 01:17:52,905 INFO  DebugProcessor  - testEdit:
> line 14, column 65 of oxf:/apps/2604/xpls/edit.xpl
> <html>
>     <body>
>         <h1>Sorry</h1>
>     </body>
> </html>
>
> Looks at least like valid xml, or not?
> I just want to load this into an instance...
>
> 1) how? when I use input:data the input from an other xpl is  
> included....
> 2) why is my instance alway null?
>
> Can you help me to put a html serializer after the xforms-submission?
>
>
>
>
> Am 23.07.2008 um 00:04 schrieb Hank Ratzesberger:
>
>>
>> I have not followed this thread closely, sorry if you have tried this
>> previously, but...
>>
>> Have you confirmed that the result of the submission is valid?  
>> You could
>> do this by serializing it (the xml serializer is bit easier for  
>> this ) and your
>> submission would need to replace="all" so that the browser renders  
>> it.
>>
>> If you have confirmed already that this pipeline is working, then  
>> I suppose,
>> its not much help.
>>
>> Regards,
>> Hank
>>
>> On Jul 22, 2008, at 2:33 PM, Masen J wrote:
>>
>>> Please...if someone could help  me with this..
>>> I have already a xpl that holds the user-data and every page  
>>> loads it into an instance...
>>>
>>> <xforms:instance id="user">
>>>        <xi:include href="input:data"/>
>>>    </xforms:instance>
>>>
>>>
>>> Now when I want to call this xpl, it does it work...(some of it)  
>>> and the log file shows me the output on testEdit...
>>>
>>> <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
>>>    xmlns:p="http://www.orbeon.com/oxf/pipeline"  
>>> xmlns:xforms="http://www.w3.org/2002/xforms">
>>>
>>>    <p:param type="input" name="instance"/>
>>>    <p:param type="output" name="data"/>
>>>
>>>    <p:processor name="oxf:xforms-submission">
>>>        <p:input name="submission">
>>>            <xforms:submission method="post"
>>>                action="http://localhost:8080/exist/rest/db/ 
>>> dictionary/xquery/edit.xq"/>
>>>        </p:input>
>>>        <p:input name="request" href="#instance"/>
>>>        <p:output name="response" ref="data" debug="testEdit"/>
>>>    </p:processor>
>>> </p:config>
>>>
>>> But when I want to catch this output and load it into an  
>>> instance, it´s always the same, as my user data...
>>> Changing the name of "data" leads to an errormessage...
>>>
>>> <xforms:instance id="lock">
>>>        <test>
>>>        <xi:include href="input:data"/>
>>>            </test>
>>>        </xforms:instance>
>>>
>>> Of course I know that the lock instance does load the wrong data,  
>>> but how can I change?
>>>
>>> --
>>> 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
>>
>> Hank Ratzesberger
>> NEES@UCSB
>> Institute for Crustal Studies,
>> University of California, Santa Barbara
>> 805-893-8042
>>
>>
>>
>>
>>
>>
>> --
>> 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
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

masjab-2
In reply to this post by Ryan Puddephatt-3
got it...
the pageflow was wrong!

it has to be:
<page path-info="/2604/editXPL" model="xpls/edit.xpl" view="homepage/edit/editEntry.xhtml">
        <!--<action action="xpls/edit.xpl">
            <result page="edit"/>
        </action>-->
    </page>

Many THX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
After one day... tomorrow I can try, what I was up to do...



Am 23.07.2008 um 01:52 schrieb Ryan Puddephatt:

Yes, that's right
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:50:48 2008
Subject: [ops-users] Re: Re: Re: Re: Re: Re:  XQuery... (was Re:.....)

I´ll give up...
<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
   xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

   <p:param type="input" name="instance"/>
  <p:param type="output" name="instance"/>




   <p:processor name="oxf:xforms-submission">
       <p:input name="submission">
           <xforms:submission method="post"
              action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
       </p:input>
       <p:input name="request" href="#instance"/>
       <p:output name="response" ref="instance" debug="testEdit" />
   </p:processor>
</p:config>


This can´t be right....


Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:


In the xpl replace data with instance and in the page replace input:data with input:instance

And the page-flow?
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:34:34 2008
Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)

Yes, but I am shure not how you ment it...
I am reading about xpl but still I think I need help....

You can use a second out “instance” and use <xi:include href=”input:instance”/>
HOW?


<p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
  xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">

  <p:param type="input" name="instance"/>
 <p:param type="output" name="data"/>

<!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->


  <p:processor name="oxf:xforms-submission">
      <p:input name="submission">
          <xforms:submission method="post"
             action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
      </p:input>
      <p:input name="request" href="#instance"/>
      <p:output name="response" ref="data" debug="testEdit" />
<!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
  </p:processor>
</p:config>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

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




______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

Ryan Puddephatt-3
In reply to this post by Hank Ratzesberger
Use

<Page-flow model="xpls/edit.xpl" view="view.html"/>

Have you changed the edit page to use input:instance otherwise the xpl won't be called
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 00:57:33 2008
Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re:  XQuery... (was Re:.....)

ok, but why does
debug="testEdit"
not do anything, anymore?
And my instance is still empty...no, not empty, it´s null

my pageflow:
<page path-info="/2604/editXPL">
        <action action="xpls/edit.xpl">
            <result page="edit"/>
        </action>
    </page>


Am 23.07.2008 um 01:52 schrieb Ryan Puddephatt:


        Yes, that's right
        ------------------------
        Ryan Puddephatt
        FIX Developer
        Fidessa LatentZero
        1 Alfred Place
        London WC1E 7EB
        Office: +44 (0) 20 7462 4200
        Direct: +44 (0) 20 7323 6112
        Blackberry: +44 (0) 79 8539 2458
        Fax: +44 (0) 20 7462 4242
        Email: [hidden email]
        Web: http://www.latentzero.com
        Sent from my blackberry device
       
        ----- Original Message -----
        From: [hidden email] <[hidden email]>
        To: [hidden email] <[hidden email]>
        Sent: Wed Jul 23 00:50:48 2008
        Subject: [ops-users] Re: Re: Re: Re: Re: Re:  XQuery... (was Re:.....)
       
        I´ll give up...
        <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
           xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">
       
           <p:param type="input" name="instance"/>
          <p:param type="output" name="instance"/>
       
       
       
       
           <p:processor name="oxf:xforms-submission">
               <p:input name="submission">
                   <xforms:submission method="post"
                      action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
               </p:input>
               <p:input name="request" href="#instance"/>
               <p:output name="response" ref="instance" debug="testEdit" />
           </p:processor>
        </p:config>
       
       
        This can´t be right....
       
       
        Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:
       
       
        In the xpl replace data with instance and in the page replace input:data with input:instance
       
        And the page-flow?
        ------------------------
        Ryan Puddephatt
        FIX Developer
        Fidessa LatentZero
        1 Alfred Place
        London WC1E 7EB
        Office: +44 (0) 20 7462 4200
        Direct: +44 (0) 20 7323 6112
        Blackberry: +44 (0) 79 8539 2458
        Fax: +44 (0) 20 7462 4242
        Email: [hidden email]
        Web: http://www.latentzero.com
        Sent from my blackberry device
       
        ----- Original Message -----
        From: [hidden email] <[hidden email]>
        To: [hidden email] <[hidden email]>
        Sent: Wed Jul 23 00:34:34 2008
        Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)
       
        Yes, but I am shure not how you ment it...
        I am reading about xpl but still I think I need help....
       
        You can use a second out “instance” and use <xi:include href=”input:instance”/>
        HOW?
       
       
        <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
          xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms">
       
          <p:param type="input" name="instance"/>
         <p:param type="output" name="data"/>
       
        <!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
       
       
          <p:processor name="oxf:xforms-submission">
              <p:input name="submission">
                  <xforms:submission method="post"
                     action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq"/>
              </p:input>
              <p:input name="request" href="#instance"/>
              <p:output name="response" ref="data" debug="testEdit" />
        <!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
          </p:processor>
        </p:config>
       
        ______________________________________________________________________
        This email has been scanned by the MessageLabs Email Security System.
        For more information please visit http://www.messagelabs.com/email 
        ______________________________________________________________________
       
       
        _______________________________________________________________________
        The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
       
        _____________________________________________________________________
        This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com
       
        --
        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
       
       
       
       
        ______________________________________________________________________
        This email has been scanned by the MessageLabs Email Security System.
        For more information please visit http://www.messagelabs.com/email 
        ______________________________________________________________________
       
       
        _______________________________________________________________________
        The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
       
        _____________________________________________________________________
        This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com
       
        --
        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
       



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


--
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: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

masjab-2
OH NO....
I thought that this is it...
But when I checked today i had to realize. that my "user-
data" (comming from another getUserData.xpl) is overwritten now...

Is it not possible to call 2 xpls?
One holds an output (data) and one holds another output (instance) and  
both can be referred to in one page...



Am 23.07.2008 um 02:04 schrieb Ryan Puddephatt:

> Use
>
> <Page-flow model="xpls/edit.xpl" view="view.html"/>
>
> Have you changed the edit page to use input:instance otherwise the  
> xpl won't be called
> ------------------------
> Ryan Puddephatt
> FIX Developer
> Fidessa LatentZero
> 1 Alfred Place
> London WC1E 7EB
> Office: +44 (0) 20 7462 4200
> Direct: +44 (0) 20 7323 6112
> Blackberry: +44 (0) 79 8539 2458
> Fax: +44 (0) 20 7462 4242
> Email: [hidden email]
> Web: http://www.latentzero.com
> Sent from my blackberry device
>
> ----- Original Message -----
> From: [hidden email] <[hidden email]>
> To: [hidden email] <[hidden email]>
> Sent: Wed Jul 23 00:57:33 2008
> Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re:  XQuery... (was  
> Re:.....)
>
> ok, but why does
> debug="testEdit"
> not do anything, anymore?
> And my instance is still empty...no, not empty, it´s null
>
> my pageflow:
> <page path-info="/2604/editXPL">
>        <action action="xpls/edit.xpl">
>            <result page="edit"/>
>        </action>
>    </page>
>
>
> Am 23.07.2008 um 01:52 schrieb Ryan Puddephatt:
>
>
> Yes, that's right
> ------------------------
> Ryan Puddephatt
> FIX Developer
> Fidessa LatentZero
> 1 Alfred Place
> London WC1E 7EB
> Office: +44 (0) 20 7462 4200
> Direct: +44 (0) 20 7323 6112
> Blackberry: +44 (0) 79 8539 2458
> Fax: +44 (0) 20 7462 4242
> Email: [hidden email]
> Web: http://www.latentzero.com
> Sent from my blackberry device
>
> ----- Original Message -----
> From: [hidden email] <[hidden email]>
> To: [hidden email] <[hidden email]>
> Sent: Wed Jul 23 00:50:48 2008
> Subject: [ops-users] Re: Re: Re: Re: Re: Re:  XQuery... (was  
> Re:.....)
>
> I´ll give up...
> <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
>   xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms 
> ">
>
>   <p:param type="input" name="instance"/>
>  <p:param type="output" name="instance"/>
>
>
>
>
>   <p:processor name="oxf:xforms-submission">
>       <p:input name="submission">
>           <xforms:submission method="post"
>              action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq 
> "/>
>       </p:input>
>       <p:input name="request" href="#instance"/>
>       <p:output name="response" ref="instance" debug="testEdit" />
>   </p:processor>
> </p:config>
>
>
> This can´t be right....
>
>
> Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:
>
>
> In the xpl replace data with instance and in the page replace  
> input:data with input:instance
>
> And the page-flow?
> ------------------------
> Ryan Puddephatt
> FIX Developer
> Fidessa LatentZero
> 1 Alfred Place
> London WC1E 7EB
> Office: +44 (0) 20 7462 4200
> Direct: +44 (0) 20 7323 6112
> Blackberry: +44 (0) 79 8539 2458
> Fax: +44 (0) 20 7462 4242
> Email: [hidden email]
> Web: http://www.latentzero.com
> Sent from my blackberry device
>
> ----- Original Message -----
> From: [hidden email] <[hidden email]>
> To: [hidden email] <[hidden email]>
> Sent: Wed Jul 23 00:34:34 2008
> Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)
>
> Yes, but I am shure not how you ment it...
> I am reading about xpl but still I think I need help....
>
> You can use a second out “instance” and use <xi:include  
> href=”input:instance”/>
> HOW?
>
>
> <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
>  xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms 
> ">
>
>  <p:param type="input" name="instance"/>
> <p:param type="output" name="data"/>
>
> <!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
>
>
>  <p:processor name="oxf:xforms-submission">
>      <p:input name="submission">
>          <xforms:submission method="post"
>             action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq 
> "/>
>      </p:input>
>      <p:input name="request" href="#instance"/>
>      <p:output name="response" ref="data" debug="testEdit" />
> <!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
>  </p:processor>
> </p:config>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
>
> ______________________________________________________________________
>
>
>
> _______________________________________________________________________
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential and/or  
> privileged material. Any review, retransmission, dissemination or  
> other use of, or taking of any action in reliance upon, this  
> information by persons or entities other than the intended recipient  
> is prohibited. If you received this in error, please contact the  
> sender and delete the material from any computer.
>
> _____________________________________________________________________
> This e-mail has been scanned for viruses by Verizon Business  
> Internet Managed Scanning Services - powered by MessageLabs. For  
> further information visit http://www.mci.com
>
> --
> 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
>
>
>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
>
> ______________________________________________________________________
>
>
>
> _______________________________________________________________________
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential and/or  
> privileged material. Any review, retransmission, dissemination or  
> other use of, or taking of any action in reliance upon, this  
> information by persons or entities other than the intended recipient  
> is prohibited. If you received this in error, please contact the  
> sender and delete the material from any computer.
>
> _____________________________________________________________________
> This e-mail has been scanned for viruses by Verizon Business  
> Internet Managed Scanning Services - powered by MessageLabs. For  
> further information visit http://www.mci.com
>
> --
> 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
>
>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> ______________________________________________________________________
>
>
> _______________________________________________________________________
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential and/or  
> privileged material. Any review, retransmission, dissemination or  
> other use of, or taking of any action in reliance upon, this  
> information by persons or entities other than the intended recipient  
> is prohibited. If you received this in error, please contact the  
> sender and delete the material from any computer.
>
> _____________________________________________________________________
> This e-mail has been scanned for viruses by Verizon Business  
> Internet Managed Scanning Services - powered by MessageLabs. For  
> further information visit http://www.mci.com
>
> --
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

Ryan Puddephatt-3
In reply to this post by Hank Ratzesberger
Look at p:pipeline in the documentation, you can call getUserData.xpl from you edit.xpl and send it to the 'data' output
------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
Email: [hidden email]
Web: http://www.latentzero.com
Sent from my blackberry device

----- Original Message -----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Sent: Wed Jul 23 08:27:48 2008
Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re:  XQuery... (was Re:.....)

OH NO....
I thought that this is it...
But when I checked today i had to realize. that my "user-
data" (comming from another getUserData.xpl) is overwritten now...

Is it not possible to call 2 xpls?
One holds an output (data) and one holds another output (instance) and  
both can be referred to in one page...



Am 23.07.2008 um 02:04 schrieb Ryan Puddephatt:

> Use
>
> <Page-flow model="xpls/edit.xpl" view="view.html"/>
>
> Have you changed the edit page to use input:instance otherwise the  
> xpl won't be called
> ------------------------
> Ryan Puddephatt
> FIX Developer
> Fidessa LatentZero
> 1 Alfred Place
> London WC1E 7EB
> Office: +44 (0) 20 7462 4200
> Direct: +44 (0) 20 7323 6112
> Blackberry: +44 (0) 79 8539 2458
> Fax: +44 (0) 20 7462 4242
> Email: [hidden email]
> Web: http://www.latentzero.com
> Sent from my blackberry device
>
> ----- Original Message -----
> From: [hidden email] <[hidden email]>
> To: [hidden email] <[hidden email]>
> Sent: Wed Jul 23 00:57:33 2008
> Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re:  XQuery... (was  
> Re:.....)
>
> ok, but why does
> debug="testEdit"
> not do anything, anymore?
> And my instance is still empty...no, not empty, it´s null
>
> my pageflow:
> <page path-info="/2604/editXPL">
>        <action action="xpls/edit.xpl">
>            <result page="edit"/>
>        </action>
>    </page>
>
>
> Am 23.07.2008 um 01:52 schrieb Ryan Puddephatt:
>
>
> Yes, that's right
> ------------------------
> Ryan Puddephatt
> FIX Developer
> Fidessa LatentZero
> 1 Alfred Place
> London WC1E 7EB
> Office: +44 (0) 20 7462 4200
> Direct: +44 (0) 20 7323 6112
> Blackberry: +44 (0) 79 8539 2458
> Fax: +44 (0) 20 7462 4242
> Email: [hidden email]
> Web: http://www.latentzero.com
> Sent from my blackberry device
>
> ----- Original Message -----
> From: [hidden email] <[hidden email]>
> To: [hidden email] <[hidden email]>
> Sent: Wed Jul 23 00:50:48 2008
> Subject: [ops-users] Re: Re: Re: Re: Re: Re:  XQuery... (was  
> Re:.....)
>
> I´ll give up...
> <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
>   xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms 
> ">
>
>   <p:param type="input" name="instance"/>
>  <p:param type="output" name="instance"/>
>
>
>
>
>   <p:processor name="oxf:xforms-submission">
>       <p:input name="submission">
>           <xforms:submission method="post"
>              action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq 
> "/>
>       </p:input>
>       <p:input name="request" href="#instance"/>
>       <p:output name="response" ref="instance" debug="testEdit" />
>   </p:processor>
> </p:config>
>
>
> This can´t be right....
>
>
> Am 23.07.2008 um 01:39 schrieb Ryan Puddephatt:
>
>
> In the xpl replace data with instance and in the page replace  
> input:data with input:instance
>
> And the page-flow?
> ------------------------
> Ryan Puddephatt
> FIX Developer
> Fidessa LatentZero
> 1 Alfred Place
> London WC1E 7EB
> Office: +44 (0) 20 7462 4200
> Direct: +44 (0) 20 7323 6112
> Blackberry: +44 (0) 79 8539 2458
> Fax: +44 (0) 20 7462 4242
> Email: [hidden email]
> Web: http://www.latentzero.com
> Sent from my blackberry device
>
> ----- Original Message -----
> From: [hidden email] <[hidden email]>
> To: [hidden email] <[hidden email]>
> Sent: Wed Jul 23 00:34:34 2008
> Subject: [ops-users] Re: Re: Re: Re:  XQuery... (was Re:.....)
>
> Yes, but I am shure not how you ment it...
> I am reading about xpl but still I think I need help....
>
> You can use a second out “instance” and use <xi:include  
> href=”input:instance”/>
> HOW?
>
>
> <p:config xmlns:oxf="http://www.orbeon.com/oxf/processors"
>  xmlns:p="http://www.orbeon.com/oxf/pipeline" xmlns:xforms="http://www.w3.org/2002/xforms 
> ">
>
>  <p:param type="input" name="instance"/>
> <p:param type="output" name="data"/>
>
> <!-- DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
>
>
>  <p:processor name="oxf:xforms-submission">
>      <p:input name="submission">
>          <xforms:submission method="post"
>             action="http://localhost:8080/exist/rest/db/dictionary/xquery/edit.xq 
> "/>
>      </p:input>
>      <p:input name="request" href="#instance"/>
>      <p:output name="response" ref="data" debug="testEdit" />
> <!-- OR DO I HAVE TO PUT A SECOND OUTPUT HERE?-->
>  </p:processor>
> </p:config>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
>
> ______________________________________________________________________
>
>
>
> _______________________________________________________________________
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential and/or  
> privileged material. Any review, retransmission, dissemination or  
> other use of, or taking of any action in reliance upon, this  
> information by persons or entities other than the intended recipient  
> is prohibited. If you received this in error, please contact the  
> sender and delete the material from any computer.
>
> _____________________________________________________________________
> This e-mail has been scanned for viruses by Verizon Business  
> Internet Managed Scanning Services - powered by MessageLabs. For  
> further information visit http://www.mci.com
>
> --
> 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
>
>
>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
>
> ______________________________________________________________________
>
>
>
> _______________________________________________________________________
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential and/or  
> privileged material. Any review, retransmission, dissemination or  
> other use of, or taking of any action in reliance upon, this  
> information by persons or entities other than the intended recipient  
> is prohibited. If you received this in error, please contact the  
> sender and delete the material from any computer.
>
> _____________________________________________________________________
> This e-mail has been scanned for viruses by Verizon Business  
> Internet Managed Scanning Services - powered by MessageLabs. For  
> further information visit http://www.mci.com
>
> --
> 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
>
>
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> ______________________________________________________________________
>
>
> _______________________________________________________________________
> The information transmitted is intended only for the person or  
> entity to which it is addressed and may contain confidential and/or  
> privileged material. Any review, retransmission, dissemination or  
> other use of, or taking of any action in reliance upon, this  
> information by persons or entities other than the intended recipient  
> is prohibited. If you received this in error, please contact the  
> sender and delete the material from any computer.
>
> _____________________________________________________________________
> This e-mail has been scanned for viruses by Verizon Business  
> Internet Managed Scanning Services - powered by MessageLabs. For  
> further information visit http://www.mci.com
>
> --
> 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

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


--
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: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

masjab-2
got it...
I wrote it into one xpl...
Can you tell one thing, please...
I want a message to pop up, depending on the returned value. The returned value is hold in an instance...
What I have works for the case, that the xpath expression in group is true...but when its not, then the page is grey and I can´t do anything...

<xforms:group ref="instance('lock')[h1='Sorry']">
                    <xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"
                        draggable="true" visible="true"><xforms:label>Dialog title</xforms:label>You
                        are already editing this entry. Please be so kind and
                        finish.</xxforms:dialog>
                </xforms:group>


--
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: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

Ryan Puddephatt-3

Your code won’t work because the xxforms:dialog doesn’t work like that, you use xxforms:show and xxforms:hide (see http://www.orbeon.com/ops/doc/reference-xforms-2#dialog)

 

Assuming the data is in the instance when the page is loaded, you could use an xforms-ready event to fire this

-----------------------------------------------

Ryan Puddephatt

FIX Developer

Fidessa LatentZero

1 Alfred Place

London WC1E 7EB

Office: +44 (0) 20 7462 4200

Direct: +44 (0) 20 7323 6112

Blackberry: +44 (0) 79 8539 2458

Fax: +44 (0) 20 7462 4242

Email: [hidden email]

Web: http://www.latentzero.com

 

From: [hidden email] [mailto:[hidden email]]
Sent: 23 July 2008 09:48
To: [hidden email]
Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

 

got it...

I wrote it into one xpl...

Can you tell one thing, please...

I want a message to pop up, depending on the returned value. The returned value is hold in an instance...

What I have works for the case, that the xpath expression in group is true...but when its not, then the page is grey and I can´t do anything...

 

<xforms:group ref="instance('lock')[h1='Sorry']">

                    <xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"

                        draggable="true" visible="true"><xforms:label>Dialog title</xforms:label>You

                        are already editing this entry. Please be so kind and

                        finish.</xxforms:dialog>

                </xforms:group>


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


--
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: RE: Re: Re:e: Re: XQuery... (was Re:.....)

masjab-2
ok, thx, I´ll try now...=)


Am 23.07.2008 um 10:53 schrieb Ryan Puddephatt:

Your code won’t work because the xxforms:dialog doesn’t work like that, you use xxforms:show and xxforms:hide (see http://www.orbeon.com/ops/doc/reference-xforms-2#dialog)
 
Assuming the data is in the instance when the page is loaded, you could use an xforms-ready event to fire this
-----------------------------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
 
From: [hidden email] [[hidden email]] 
Sent: 23 July 2008 09:48
To: [hidden email]
Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)
 
got it...
I wrote it into one xpl...
Can you tell one thing, please...
I want a message to pop up, depending on the returned value. The returned value is hold in an instance...
What I have works for the case, that the xpath expression in group is true...but when its not, then the page is grey and I can´t do anything...
 
<xforms:group ref="instance('lock')[h1='Sorry']">
                    <xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"
                        draggable="true" visible="true"><xforms:label>Dialog title</xforms:label>You
                        are already editing this entry. Please be so kind and
                        finish.</xxforms:dialog>
                </xforms:group>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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
Reply | Threaded
Open this post in threaded view
|

Re: RE: Re: XQuery... (was Re:.....)

masjab-2
In reply to this post by Ryan Puddephatt-3
this is sooo not workin...
I have in my page:
<xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"
                        draggable="true" visible="false"><xforms:label>Dialog title</xforms:label>You
                        are already editing this entry. Please be so kind and
                        finish.</xxforms:dialog>

and in my model?
Yes, the data is available when the page is load...

How can I fire it depending on a value in an instance...?

I know that I have soooo many questions but somehow I feel that reading the documentation does not help in this cases..

THX AGAIN!






Am 23.07.2008 um 10:53 schrieb Ryan Puddephatt:

Your code won’t work because the xxforms:dialog doesn’t work like that, you use xxforms:show and xxforms:hide (see http://www.orbeon.com/ops/doc/reference-xforms-2#dialog)
 
Assuming the data is in the instance when the page is loaded, you could use an xforms-ready event to fire this
-----------------------------------------------
Ryan Puddephatt
FIX Developer
Fidessa LatentZero
1 Alfred Place
London WC1E 7EB
Office: +44 (0) 20 7462 4200
Direct: +44 (0) 20 7323 6112
Blackberry: +44 (0) 79 8539 2458
Fax: +44 (0) 20 7462 4242
 
From: [hidden email] [[hidden email]] 
Sent: 23 July 2008 09:48
To: [hidden email]
Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)
 
got it...
I wrote it into one xpl...
Can you tell one thing, please...
I want a message to pop up, depending on the returned value. The returned value is hold in an instance...
What I have works for the case, that the xpath expression in group is true...but when its not, then the page is grey and I can´t do anything...
 
<xforms:group ref="instance('lock')[h1='Sorry']">
                    <xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"
                        draggable="true" visible="true"><xforms:label>Dialog title</xforms:label>You
                        are already editing this entry. Please be so kind and
                        finish.</xxforms:dialog>
                </xforms:group>

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
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
Reply | Threaded
Open this post in threaded view
|

RE: Re: RE: Re: XQuery... (was Re:.....)

Ryan Puddephatt-3

Check the documentation before posting, this is all available in there

 

http://www.orbeon.com/ops/doc/reference-xforms-2#xforms11-if-while

 

 

-----------------------------------------------

Ryan Puddephatt

FIX Developer

Fidessa LatentZero

1 Alfred Place

London WC1E 7EB

Office: +44 (0) 20 7462 4200

Direct: +44 (0) 20 7323 6112

Blackberry: +44 (0) 79 8539 2458

Fax: +44 (0) 20 7462 4242

Email: [hidden email]

Web: http://www.latentzero.com

 

From: [hidden email] [mailto:[hidden email]]
Sent: 23 July 2008 10:48
To: [hidden email]
Subject: [ops-users] Re: RE: Re: XQuery... (was Re:.....)

 

this is sooo not workin...

I have in my page:

<xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"

                        draggable="true" visible="false"><xforms:label>Dialog title</xforms:label>You

                        are already editing this entry. Please be so kind and

                        finish.</xxforms:dialog>

 

and in my model?

Yes, the data is available when the page is load...

 

How can I fire it depending on a value in an instance...?

 

I know that I have soooo many questions but somehow I feel that reading the documentation does not help in this cases..

 

THX AGAIN!

 

 

 

 

 

Am 23.07.2008 um 10:53 schrieb Ryan Puddephatt:



Your code won’t work because the xxforms:dialog doesn’t work like that, you use xxforms:show and xxforms:hide (see http://www.orbeon.com/ops/doc/reference-xforms-2#dialog)

 

Assuming the data is in the instance when the page is loaded, you could use an xforms-ready event to fire this

-----------------------------------------------

Ryan Puddephatt

FIX Developer

Fidessa LatentZero

1 Alfred Place

London WC1E 7EB

Office: +44 (0) 20 7462 4200

Direct: +44 (0) 20 7323 6112

Blackberry: +44 (0) 79 8539 2458

Fax: +44 (0) 20 7462 4242

Email: [hidden email]

 

From: [hidden email] [[hidden email]] 
Sent: 23 July 2008 09:48
To: [hidden email]
Subject: [ops-users] Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: XQuery... (was Re:.....)

 

got it...

I wrote it into one xpl...

Can you tell one thing, please...

I want a message to pop up, depending on the returned value. The returned value is hold in an instance...

What I have works for the case, that the xpath expression in group is true...but when its not, then the page is grey and I can´t do anything...

 

<xforms:group ref="instance('lock')[h1='Sorry']">

                    <xxforms:dialog id="my-dialog-id" appearance="full" level="modal" close="true"

                        draggable="true" visible="true"><xforms:label>Dialog title</xforms:label>You

                        are already editing this entry. Please be so kind and

                        finish.</xxforms:dialog>

                </xforms:group>


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com

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

 


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________


_______________________________________________________________________
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.

_____________________________________________________________________
This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com


--
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
12