Re: [Andromda-user] Problem using Hyperlink

2004-10-14 Thread Louis Coudé
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

Re: [Andromda-user] Problem using Hyperlink

2004-10-14 Thread Wouter Zoons
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

Re: [Andromda-user] Problem using Hyperlink

2004-10-14 Thread Louis Coudé
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

Re: [Andromda-user] Problem using Hyperlink

2004-10-14 Thread Wouter Zoons
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

[Andromda-user] Problem using Hyperlink

2004-10-14 Thread Louis Coudé
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