Issue Details (XML | Word | Printable)

Key: NAWSAKABRAZIL-12
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: digitalrinaldo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
nawsakabrazil

Confusing local scoping in naws really doesn't make any sense

Created: 06/Oct/10 01:38 PM   Updated: 06/Oct/10 01:38 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment:

All


Tags:


 Description  « Hide

Why do I have to add namespace=local. Having the namespace change on different is very confusing and difficult to remember.

the namesapce="local" is needed or flatKey since one is in request and the other is local.

<foreach name=r property="${queryResult}.rows">
<set name=flatKey value="" namespace="local"/>
<foreach name=a list="${attributes}">
<set name=k value="${prefix}.\${a}.\${r}" />
<set name=v value="\${\${k}}" />
<get name=v><br>
<append name=flatKey value="\${\${k}}" delim="."/>
<get name=flatKey><br>
</foreach>
</foreach>



There are no comments yet on this issue.