Tapestry use actionlink or eventlink with t:zone to update div. But some values need to be input by users, such as when user login, these value can not be get from actionlink context before submit. Is it right?
Now I am doing: 1. use Javascript getElementById to get these value, send an ajax request with these value as params. 2. After some operation in java page, return the block and I wish the page will refresh.But it did not happen. How to trigger the page to refresh? Or tell me some better way. thanks a lot. 2009-08-16 sohu