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
- Some bean properties lose values on redirect Aneesha Govil
- Re: Some bean properties lose values on redirect Aneesha Govil
- Re: Some bean properties lose values on redirect Andrew Robinson
- Re: Some bean properties lose values on redir... Aneesha Govil
- Possibility to log all requests _detaille... Stefan Schütz
- Re: Some bean properties lose values on r... Andrew Robinson
- Re: Some bean properties lose values... Aneesha Govil
- Re: Some bean properties lose va... Andrew Robinson
- Re: Some bean properties los... Aneesha Govil

