cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Internal table from one page to Another

chaithanya_mk
Participant
0 Kudos

Hi All,

I have a small problem,

I have created a test BSP application which I need to use further for my project.

I have 2 pages, in Page one I'm displaying slights table, Later depending the selected Row, more details need to be displayed in next page.

I have designed using HTMLB and I'm not using MVC architecture.

Now the problem is I'm not able to pass the Sflight_tab from first page to second page.

I'm using navigation->set_parameter( 'sflight_tab' ) and sflight_tab is declared in Page attributes in second page.

However, the data is not appearing the second page.

Any ideas if navigation->set_parameter is different from HTML and HTMLB?

removed by moderator

Thanks,

Chaith.

Edited by: Durairaj Athavan Raja on Aug 5, 2008 2:35 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

options: application class,

serverside cookie

search the forum, you will find lot of threads providing solution for this.

Raja