Last modified by Kieran Kelleher on 2012/07/19 21:12

From version 3.1
edited by Pascal Robert
on 2011/03/20 02:55
Change comment: There is no comment for this version
To version 6.1
edited by jacky
on 2012/05/03 13:36
Change comment: added a warning

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.jacky
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  {{/code}}
10 10  
11 -The OGNL enable you to use the OGNL syntax for inline bindings (eg, putting bindings directly in the .html file instead of the .wod, for example: <wo:str value="$pageTitle" />). [[WOOGNL>>WO:Project WONDER-Frameworks-WOOgnl]] is automatically added to the classpath when you create a new Wonder project.
11 +The OGNL enable you to use the OGNL syntax for inline bindings (eg, putting bindings directly in the .html file instead of the .wod, for example: <wo:str value="$pageTitle" />). [[WOOGNL>>documentation:Project WONDER-Frameworks-WOOgnl]] is automatically added to the classpath when you create a new Wonder project.
12 12  
13 13  {{code}}
14 14  
... ... @@ -52,6 +52,12 @@
52 52  
53 53  Provides automatic inverse relationship updating for ERXGenericRecord and ERXCustomObject.
54 54  
55 +{{note title="When to put it at FALSE"}}
56 +If you have a mix of ERXGenericRecords and EOGenericRecords between models, you're better of turning it off.
57 +
58 +Since an EOGenericRecords doesn't have the facilities to update the inverse relationship, you will get a ClassCastException.
59 +{{/note}}
60 +
55 55  {{code}}
56 56  
57 57  #dbConnectURLGLOBAL=
... ... @@ -60,7 +60,7 @@
60 60  
61 61  {{/code}}
62 62  
63 -Those properties, if used, allow you to specify the JDBC/EOF information for all of your models. See [[WONDER:Best Practices-Properties Files]]
69 +Those properties, if used, allow you to specify the JDBC/EOF information for all of your models. See [[Best Practices-Properties Files>>WONDER:Best Practices-Properties Files]]
64 64  
65 65  {{code}}
66 66  
... ... @@ -113,7 +113,7 @@
113 113  
114 114  {{/code}}
115 115  
116 -Enable support for [[|Click to Open]][[Click to Open>>WOL:Click to Open]] support in WOLips.
122 +Enable support for [[Click to Open]][[Click to Open>>WOL:Click to Open]] support in WOLips.
117 117  
118 118  {{code}}
119 119  
... ... @@ -128,7 +128,7 @@
128 128  
129 129  {{/code}}
130 130  
131 -Check [[WO:Project WONDER-Frameworks-ERJavaMail]] for an explanation.
137 +Check [[Project WONDER-Frameworks-ERJavaMail>>documentation:Project WONDER-Frameworks-ERJavaMail]] for an explanation.
132 132  
133 133  {{code}}
134 134