Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.0.2
-
Component/s: Documentation
-
Labels:None
-
Patch Submitted:Yes
Description
Docs show:
<g:eachError bean="[book1:book1,book2:book2]" field="title">
<li>${it}</li>
</g:eachError>
But it should be:
<g:eachError model="${[book1:book1,book2:book2]}" field="title">
<li>${it}</li>
</g:eachError>
Patch attached.
thanks again!