Re: 2nd try: ajax updating components inside a For

2006-11-26 Thread Ron Piterman
Thanx jesse, thats great ! I guess I miss some basic understanding of how for works in ajax context, but I still didn't manager to update a single iteration - Currently it only works if you update the container of the for, and still there are some issues with multiple posts (I added a jira

Re: 2nd try: ajax updating components inside a For

2006-11-26 Thread Kim Thrysøe
After the update from Jesse, the test-page I mentioned in a previous thread behaves as expected. Thank you for the fix. If anyone is interested the test page java+html is as follows: package dk.atira.commonstest.pages; import org.apache.tapestry.IRequestCycle; import

Re: 2nd try: ajax updating components inside a For

2006-11-25 Thread Jesse Kuhnert
This should work now. I'm not entirely certain it was being handled correctly at the time you originally wrote this message but it works now. An example to look at might be http://opencomponentry.com:8080/timetracker/LocaleList.htm On 11/24/06, Ron Piterman [EMAIL PROTECTED] wrote: Hi all, I

2nd try: ajax updating components inside a For

2006-11-24 Thread Ron Piterman
Hi all, I have a simple For loop which iterates over some object. the objects are all rendered to DirectLinks. When a DirectLink-listener is called, the clicked Item should change to edit view and render a Form instead of the Link. When the form is submitted, the item should render again to the