cancel
Showing results for 
Search instead for 
Did you mean: 

how to share context to external browser

Former Member
0 Kudos

Dear friends,

Anyone help how to share context to external browser..

I Have two Views View1, view2 , same component and same application.

in view1, I am clicking button then display view2 on external window (external browser) ( CreateExternalwindow) through URL,

so my problame is I want share context of View1 to View2,

I am unable to the context sharing to view2

please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Go through <a href="/people/community.user/blog/2007/08/20/open-views-in-non-modal-external-windows--the-patch-version blog and see if it helps.

Regards,

Satyajit.

Former Member
0 Kudos

Respected Satya ji,

how i tell my wishes to you, really you are save me, i am fighting about this solution last five days. Really thank you,

Basically i am not java guy, so now I know how to Write custom class also.

thank you.. ...........

please give me mail and phone number to this id. I need to tell my wishes

vvrao.sap@gmail.com

I reward all points to you...

Former Member
0 Kudos

Hi,

Glad to be of help

Regards,

Satyajit.

Former Member
0 Kudos

hi

this is also my thread

please give message to that thread, I need to close that thread

and also please give me mail to this id vvrao.sap@gmail.com

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

How many params do need to pass to External window if params are at least 4 or 5 params means u need to pass as Url params and get it use in external window that is the best case other the the external window view values some times u will get it there and u can use.

The bese case is when u create the Url u need to pass the parms to Url generator and retrive in externalwindow.

thanks,

Lohi.

Former Member
0 Kudos

thank you lohit,

but my case i need to pass one context node, that one contains atleast 150 perametars

so that i can't pass through Query string, please suggest alternative method.

Sincerly

Former Member
0 Kudos

Hi Ganesh,

1. First create the Navigate link between two views(connection b/w two views using the input & output plug )

2. In first view create the one button(Action button).then go to Action tab

create a action respective ur navigation(link to 1st view to second view)

3. the action code was automatically generated in the first view.

this is the procedure

Regards,

P.Manivannan

Former Member
0 Kudos

Hi Ganesh,

create context in component controller not in view.

if create context in component controller then share with any of the views. otherwise didn't share .

Regards,

P.Manivannan

Former Member
0 Kudos

Dear Mani,

Thnks Quick Reply, I create context on component controller, I can't share becuase view2 open on external window means external browser, it it internal window it can share.

help how to achieve this

Regards