transfer parameter to next request

Posted by user234194 on Stack Overflow See other posts from Stack Overflow or by user234194
Published on 2010-05-17T05:56:50Z Indexed on 2010/05/17 6:00 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

I have a situation where clicking a link in one column on the datatable opens A update FORM in the same page. The problem is when I hit the submit button for update, the render is set to false again of that update panel which was previously set true by parameter passed clicking the link.

I tried htmlhiddenInput and did setValue and getvalue but the value is lost. Is there any way I can save that parameter send from link, when clicked, even after submitting the form. I achieved it doing session but I dont wanna use session.

Any help is appreciated, thanks.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about request