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 : the log is: 12:01:19,984 INFO [STDOUT] 2007-09-05 12:01:19,984 [http-127.0.0.1-8080-2] DEBUG org.apache.myfaces.tobago.component.UIPage.markSubmittedForm(156)

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

[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+:.*"))