cancel
Showing results for 
Search instead for 
Did you mean: 

Data transfer from BSP page to a Component view

santosh_kotra2
Explorer
0 Kudos

Hi

I am calling a BSP application from a View of a BSP component using the iframe and url of the bsp page in .htm . I have a field declared in the bsp page and my requirement here is to capture the data of this BSP app field in the view of the component.

Please could someone give some pointers.

Cheers,

Santosh

Edited by: Santoshkotra on Sep 13, 2010 6:13 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

suchita_phulkar
Active Contributor
0 Kudos

Hi,

It makes sense to make your BSP application as stateful and have the application class.

The using the reaidly available application instance you can read your entire BSP in the outer component.

Thanks & Regards,

Suchita

Former Member
0 Kudos

Hi,

It's not a beatiful way, but you can declare a static attribute and then you can capture the value.

It's not beatiful but works!

Best Regards,

Caíque Escaler