Hi, This is not the expected behavior. Can you post an example that reproduces this behavior? Otherwise use a debugger in your onEditRow method and check the stacktrace where the two calls are coming from. It sounds as if the links are processed twice. This can only occur if the link is added to multiple parents. Try and not us any auto-binding and see if that helps.
Kind regards Bob On 2011/02/10 00:58 AM, bobsponge wrote: > > Hi all, > > I'm using Click Framework since 1.4 version and I've decided to move to > 2.2.0. After doing all the required changes I've found something weird with > ActionLink controls. I have some tables with ActionLinks that allow me to > move between pages in order to edit information. This usually works fine but > I have one ActionLink defined in a table that forward to a page with some > data in a table. Every row can be edited (so other ActionLink is defined for > that), but if I try to edit any of them the related ActionLink is called and > the "onEditRow()" method related to this ActionLink is called twice and > after the second time the page is finally forwarded to the edition one. > > Is there any change in the ActionLink control behaviour in this new version? > or, is there any way to avoid this? > > Thank you
