Hi Peter, your equality test fails because $att.visibility is not a String! It is an implementation of org.omg.uml.foundation.datatypes.VisibilityKind and therefore the equality test with a string does not work. Try this
#if ($att.visibility.toString() == "vk_private") This should work. Regards, Matthias. ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
