[tobago] assertion failure

2007-09-05 Thread Zied Hamdi
Hi, I have an exception that I think shouldn't happen (am I doing sth wrong?, does anybody know how to avoid it?): Regards, Zied // *TODO*: remove this if block if prooven this never happens anymore *if* (command == *null * currentActionId != *null* currentActionId.matches(.*:\\d+:.*)) {

Re: [tobago] assertion failure

2007-09-05 Thread Volker Weber
Hi Zied, did you have the output of this statement in the log LOG.debug(actionId = ' + currentActionId + '); just before the exception? you may need to set debug-level to debug for UIPage. please post the actionId. Regards, Volker 2007/9/5, Zied Hamdi [EMAIL PROTECTED]: Hi, I

Re: [tobago] assertion failure

2007-09-05 Thread Zied Hamdi
Hi Volker, this is the output with UIPage in debug level: I forgot to tell you it happens whan I click on a link in a UIData : tc:sheet id=personData value=#{personCtrl.persons} var=currentPerson state=#{personCtrl.sheetState} showHeader=true binding=#{personCtrl.personTable}