Changes for page Click to Debug

Last modified by Kieran Kelleher on 2009/08/12 14:33

From version 14.1
edited by Chuck Hill
on 2008/12/17 18:15
Change comment: There is no comment for this version
To version 17.1
edited by Pascal Robert
on 2008/12/21 20:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chillatgvc
1 +XWiki.probert
Content
... ... @@ -230,7 +230,7 @@
230 230  
231 231  {{/code}}
232 232  
233 -**Note**: A prefix like ##Dec 13 11:00:29 MDTask[[62934]] (ERXNSLogLog4jBridge.java:46)## was removed from each line above to make this easier to read.
233 +**Note**: A prefix like ##Dec 13 11:00:29 MDTask62934 (ERXNSLogLog4jBridge.java:46)## was removed from each line above to make this easier to read.
234 234  
235 235  So what that's showing is HatchViewTaskPage component is pushing the task binding into the HatchEditTask component with the value Task
236 236  1027787, then HatchEditTask component is pushing the binding back up. So you can see here that 6th line, HatchEditTask component is pushing a null binding back out (which, in this case, was causing a problem I was trying to find).