cancel
Showing results for 
Search instead for 
Did you mean: 

Reload the intial screen !

Former Member
0 Kudos

Hi All ,

I have a problem in webdynpro application.

After running my application when iam getting the initial screen then user select some selected values and click the submit button then goto the next screen .In second screen i have a "back" Button.

If i click the back button then come to the first screen

and display the intial loading values .

Means my total problem.

In the output iam giving some values then goto the second screec in second screen when i click back button Then I got the first screen But iam not getting the initial values only iam getting user selected values .

Please help me for this.

Thanks

BHI

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You could use the "inbound-plug" method of the first screen to initialize the context.

Armin

Former Member
0 Kudos

hi Armin

Thanks for your response.

we are having some dropdowns in our first screen and one input field.So I am using and Inbound plug to come back to the first screen,So what i reuqire is that the first screen should be populated with the default values as I get when I login to the application.

Can you explain me more clearly how to implement the code for that initialization.

thanks

BHI BHI

Former Member
0 Kudos

Hello,

work as follows:

1. invalidate the context node

2. create a new element and initialize it

3. add the element to the node

greetz

christophe