Hi gents, I'm facing a problem with ActionLinks on statefull pages.
I have one statefull search page with two parameters. First is a Table control holding a List of VO's and the other one is one Select control. The table has a "remove" ActionLink for each row. This is done with a LinkDecorator. This page also has a "Search" Submit that forwards me to another page where the user can select the rows which will apear on the table on the first page. If i select a Option on the Select control on the first page and hit "Search", the form is submited and i i'm forward to the second page, then I select one row on the second page's table and come back to the first page. As a result of this operation, i can see the search page's table filled with the row i selected on the second page and the Select control filled with the option i had selected before hit "Search". Ok. The problem is if I click on the ActionLink "remove" on the table on the search page. The right method is been called on my class, but the Select Control is been cleared, its state is not been keeped. I'm not doing anything on my onInit method. So, how can i keep the state of statefull pages if an ActionLink is clicked? regards, Victor França
