Re: tacos double submit (add) problem

2006-07-16 Thread Mike Oestereter
I'm sorry but I can't log the bug. I get a.. UnknownError Error: Additional information: element mismatch: got tr, expected table Error code: d07ef8a4829443caa2e07475591b512701b84f45 When I leave the html/page/java out to (possibly?) add it later I get a.. Error: InsufficientPrivileges Additional

Re: tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
Will log the bug and use part1 And thanks alot. On 7/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Yep, i also saw the single 'add' behaviour. Your exact code results in the following issues: - when add is pressed once, submit behaves like add - when add is pressed more than once, submit

Re: tacos double submit (add) problem

2006-07-13 Thread andyhot
Yep, i also saw the single 'add' behaviour. Your exact code results in the following issues: - when add is pressed once, submit behaves like add - when add is pressed more than once, submit triggers the delete button. I've already added your files to reproduce this, but SF wouldn't let me commit

Re: tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
On 7/13/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: - if you change everything to update part1, it works normally... Why do you say 'without the partial updates' ? You're right - I mean of course "without the partial updates" of only the recurring items. - if you leave it as is, the proble

Re: tacos double submit (add) problem

2006-07-13 Thread Andreas Andreou
- if you change everything to update part1, it works normally... Why do you say 'without the partial updates' ? - if you leave it as is, the problem is that the doRemoveItem listener is somehow triggered when you click on the submit button. This results in an item removed and the iteration failin

tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
Hello My code below works for the item delete - but a normal "submit" button click after an "add" button click gives me an unexpected and additional "add". Also, if I do more than one "add" followed my a final "submit" the whole thing goes out of sync with a.. Caused by: ognl.MethodFailedExceptio