sorry I can not share,
actually Issue is that I have two webblock
1. Parent webblock
2. Child Webblock
Parent webblock have input parameter which is passing to list records.
This list records is passing to child webbblock.
Now I am notify one value to parent webblock from child webblock . So that value is replaced to one of the value in parent webblock input paramter. When I again come to parent webblock for second time then in that case I can see old value of input parameter in parent webblock. So value is retained in parent webblock. I want to change that value in parent webblock.