Hi,

I have a simple usecase as follows:

1. Use a dropdown to select a table
2. Display some table data with "detail" button. On clicking the detail button, store the row information and redirect to detail page.
3. Display the data that was stored in step 2.

I am using an ActionListener for the detail button that stores the row data. I have debugged this, it gets stored. However, after redirect the data is wiped out, the property is null again. I am using another propery to create HtmlPanelGroup in java code. This also gets reinitialized. Strangely, all other properties of the bean remain intact.

Can anyone help with this?
I can provide the source code and whatever information is required. This seems like a really weird problem. Why aren't other values wiped out?

Please help!

Thanks,
Aneesha

Reply via email to