Re: T4.1.3: Why is id suffixed with _0 ?

2007-10-12 Thread Malin Ljungh
OK, thanks! Works fine with the Any wrapping :) On 10/8/07, Martino Piccinato [EMAIL PROTECTED] wrote: Unfortunately for some reason some components cannot be used with updateComponents: most notably Insert and If. The solution is to wrap you if with an Any component that can be updated.

T4.1.3: Why is id suffixed with _0 ?

2007-10-08 Thread Malin Ljungh
Hi all, I have a problem with the async and updateComponents. I have an If component with id ifNotLoggedIn with renderTag true. Inside this I have som DirectLinks to switch the content of my If using async and updateComponents=ifNotLoggedIn. I get the following exception:

Re: T4.1.3: Why is id suffixed with _0 ?

2007-10-08 Thread Martino Piccinato
Unfortunately for some reason some components cannot be used with updateComponents: most notably Insert and If. The solution is to wrap you if with an Any component that can be updated. Id of components are suffixed with indexex _0, _1 ecc. usually when inside a For to ensure each one has a