Bugs item #980649, was opened at 2004-06-27 12:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536545&aid=980649&group_id=73047

Category: Templates
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Pedro Costa (costap)
Assigned to: Nobody/Anonymous (nobody)
Summary: copyTagValues macro in ejb cartridge

Initial Comment:
In the copyTagValues the $class is being used instead
on $item.

Following is the patch:

Index: EJB.vm
===================================================================
RCS file:
/cvsroot/andromda/cartridges/andromda-ejb/src/templates/EJB.vm,v
retrieving revision 1.3
diff -u -r1.3 EJB.vm
--- EJB.vm      26 Mar 2004 08:17:12 -0000      1.3
+++ EJB.vm      27 Jun 2004 11:18:29 -0000
@@ -6,7 +6,7 @@
 ## ---------------- macro copyTaggedValues
----------------
 ##
 #macro (copyTaggedValues $item $indent $exclude)
-#foreach ( $tgv in $class.taggedValues )
+#foreach ( $tgv in $item.taggedValues )
 #if ($tgv.name.startsWith("@") && !
$exclude.contains($tgv.name))
 ${indent}* $tgv.name $tgv.value
 #end


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536545&aid=980649&group_id=73047


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to