Hi,

In my application in One Action Class we are setting FormBean values for next screen.
In this scenario first time the values are not pre populating in next screen, If we 
refreshed the page i.e: the action invoking once again then the values are 
prepopulating.

Can any one faced same type of problem?

Scope of the Next Screen : Session

Code in Action class:

    TestForm unitForm = (TestForm)aRequest.getSession().getAttribute("unitselForm");
    if(unitForm == null){
     unitForm = new TestForm( ); 
    }
          unitForm.setUnit("2");
           unitForm.setUserId("Ashok");



Thanks in Advance,
Ashok.D

Reply via email to