renderPartial method

UPDATE

Just realized, all ajax links are inserting multiple records in database, not just this particular one. It was working fine yesterday.

Any ideas under what circumstances Ajax links may behave like this?

No idea. Include relevant portions of the code and I’m happy to look at this.

Need both controller action function and views. Just the relevant bits.

:mellow:

No idea. Include relevant portions of the code and I’m happy to look at this.

Need both controller action function and views. Just the relevant bits.

:mellow:

Figured it out. I was rendering the level 2 view with processOutput as true which was causing the issue. Turning it to false fixed it.

Super, thx for updating the thread.