Reply-To: [EMAIL PROTECTED]
To: Louis Coudé <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [Andromda-user] Problem using Hyperlink
Date: Thu, 14 Oct 2004 16:12:01 +0200 (CEST)
so your metafacade is properly generalizing from (a descendant of)
ModelElementFacade ? in that case it should
Louis
>
>>From: "Wouter Zoons" <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: Louis Coudé <[EMAIL PROTECTED]>
>>CC: [EMAIL PROTECTED]
>>Subject: Re: [Andromda-user] Problem using Hyperlink
>>Date: Thu, 14 Oct 2004 16:12:01 +0200 (C
my metafacade is a descendant of AttributeFacade (should be good).
the hyperlink is btw 2 attributes of different class.
Louis
From: "Wouter Zoons" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Louis Coudé <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [Androm
so your metafacade is properly generalizing from (a descendant of)
ModelElementFacade ? in that case it should work, I'm using it in several
places in bpm4struts
my guess is something else is wrong :-)
btw, what is your question ? :-)
-- Wouter
> Hi all,
>
> I want to use hyperlink for attribu
Hi all,
I want to use hyperlink for attributes in my classes.
Even if I have an hyperlink on my attribut the following return null:
this.findTaggedValue("hyperlinkModel")
I did a mistake somewhere but I can't find it.
I think I made my metafacade in a right way, with only one method.
Thanks for he