Ahh that makes perfect sense, can't believe I overlooked that!  Anyhow, thank you!

On 3/15/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
you add components to the listview's listitem not the listview itself. since each listitem has a unique id you dont have a problem, ie :

listview.0.mylink
listview.1.mylink
etc

-Igor



On 3/15/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
So, let's say I've got a ListView and in it I need to nest other components...in my case a Link.  Obviously, the id for that Link becomes duplicated after more than one record exists and throws an exception. 

What's a simple way around this?

Thanks!


Reply via email to