Skip to Content
0
Former Member
Feb 20, 2009 at 11:12 PM

Transferring parameters between 2 Bsp pages using Htmlb

69 Views

Hi Friends,

I am new to BSP,

I want to know how pass values entered in text fields of page1 to page2 and display there using Htmlb. As I am able to succeed to display values in the next page using normal Html controls, for example,

navigation->set_parameter( 'field_1').

navigation->goto_page( 'page2.htm' ).

but failed to display the values in other page using Htmlb. Any one guide me or give me any help website to know much about htmlb.

Cheers,

Kiran K Vemula.