displaying data of parent form on child form

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

displaying data of parent form on child form

Naresh Vaddepalli

Hi,

 

I have created a form say ‘form1.xhtml’ through Form Builder, which runs fine through Form Builder’s Publish button.

 

The ‘form1.xhtml’ has a button which opens up a new window, where I want to show ‘form1.xhtml’ data.

 

My question is how to show the data of parent form on child form?

 

 I tried XForm submission on child form

 

<xforms:submission id="type3-submit-FTB"     ref="instance('FTB-instance')"          method="get"

                               replace="all"                  resource="/fr/orbeon/builder/test"     xxforms:show-progress="false"/>

 

 

 

Regards,

 

Naresh Vaddepalli

 

DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.



--
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: displaying data of parent form on child form

Naresh Vaddepalli

 

Hi,

 

Sorry to raise the question once again. But I need solution for this. Does my question make sense?

 

I have created a form say ‘form1.xhtml’ through Form Builder.

 

The ‘form1.xhtml’ has a button which opens up a new window, where I want to show ‘form1.xhtml’ data.

 

My question is how to show the data of parent form (i.e. ‘form1.xhtml’) on child form (i.e. new window)?

 

 I tried XForm submission on child form using

 

<xforms:submission id="type3-submit-FTB"     ref="instance('FTB-instance')"          method="get"

                               replace="all"                  resource="/fr/orbeon/builder/test"     xxforms:show-progress="false"/>

 

 

Regards,

Naresh Vaddepalli

 


From: Naresh Vaddepalli [mailto:[hidden email]]
Sent: Tuesday, April 07, 2009 5:09 PM
To: '[hidden email]'
Subject: displaying data of parent form on child form

 

Hi,

 

I have created a form say ‘form1.xhtml’ through Form Builder, which runs fine through Form Builder’s Publish button.

 

The ‘form1.xhtml’ has a button which opens up a new window, where I want to show ‘form1.xhtml’ data.

 

My question is how to show the data of parent form on child form?

 

 I tried XForm submission on child form

 

<xforms:submission id="type3-submit-FTB"     ref="instance('FTB-instance')"          method="get"

                               replace="all"                  resource="/fr/orbeon/builder/test"     xxforms:show-progress="false"/>

 

 

 

Regards,

 

Naresh Vaddepalli

 

DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.



--
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: displaying data of parent form on child form

Alexander Žaťko
I want to show ‘form1.xhtml’ data

I think you meant to say "... I want to show ‘form1.xhtml’ instance data..." (otherwise I have no clue what data you want to show). Assuming that, the next question is - what kind of mechanism you implemented to open the new window? If you used xxforms:dialog then you could simply use xforms:output to show the "parent" instance data. 

A.

On Apr 8, 2009, at 6:07 AM, Naresh Vaddepalli wrote:

 
Hi,
 
Sorry to raise the question once again. But I need solution for this. Does my question make sense?
 
I have created a form say ‘form1.xhtml’ through Form Builder.
 
The ‘form1.xhtml’ has a button which opens up a new window, where I want to show ‘form1.xhtml’ data.
 
My question is how to show the data of parent form (i.e. ‘form1.xhtml’) on child form (i.e. new window)?
 
 I tried XForm submission on child form using
 
<xforms:submission id="type3-submit-FTB"     ref="instance('FTB-instance')"          method="get"
                               replace="all"                  resource="/fr/orbeon/builder/test"     xxforms:show-progress="false"/>
 
 
Regards,
Naresh Vaddepalli
 

From: Naresh Vaddepalli [[hidden email]] 
Sent: Tuesday, April 07, 2009 5:09 PM
To: [hidden email]'
Subject: displaying data of parent form on child form
 
Hi,
 
I have created a form say ‘form1.xhtml’ through Form Builder, which runs fine through Form Builder’s Publish button.
 
The ‘form1.xhtml’ has a button which opens up a new window, where I want to show ‘form1.xhtml’ data.
 
My question is how to show the data of parent form on child form?
 
 I tried XForm submission on child form
 
<xforms:submission id="type3-submit-FTB"     ref="instance('FTB-instance')"          method="get"
                               replace="all"                  resource="/fr/orbeon/builder/test"     xxforms:show-progress="false"/>
 
 
 
Regards,
 
Naresh Vaddepalli
 

DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.


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