<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
JimmyM wrote:
<blockquote cite="mid:14572766.post@talk.nabble.com" type="cite">
<pre wrap="">Will the 'from' CE iterate over each object within objList2?
for example
when
$o1 : Object1()
$o2 : Object2(objList.field1 != null) from $o1.object2
then
#do something
end
</pre>
</blockquote>
make sure the 'from' expression returns a collection, then this will do
what you want.<br>
<blockquote cite="mid:14572766.post@talk.nabble.com" type="cite">
<pre wrap="">
or will i need to flatten out each list and deal with each object
separately?
Mark Proctor wrote:
</pre>
<blockquote type="cite">
<pre wrap="">use the 'from' keyword to work with collections, or flatten your objects.
Mark
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
<br>
</body>
</html>