thx for your help. But I tried all of this:
$class.tOInterfaceName
$class.getTOInterfaceName()
${class.tOInterfaceName}
${class.getTOInterfaceName()}Ans I also tried an inherited method: $class.tableName (copied from the EntityBean.vsl) ...doesn't work either...
MArtin
[EMAIL PROTECTED] wrote:
Hi MArtin,
I am not a power AndroMDA/Velocity-User, but I think the problem is the
Method-Name.
Rename the methode to: getToInterfaceName. The second character behind the get-prefix must be a lower char. I have the
same problem with struts-form methods.
Or try
${class.getTOInterfaceName()}
c ya, O.K.
Hi everyone,
I got some time these days. So I am playing around a little bit with AndroMDA3 and the MMDs. But two questions poped up until now:
1. I wrote my own MMD. Its based on the EJBEntityDecorator. I added a method called getTOInterfaceName(). In my template I try to use it with "$class.tOInterfaceName" and "$class.getTOInterfaceName()" but nothing works. Of course I did change the andromda-cartridge.xml and the andromda-metafacades.xml. Any hints?
2. Will there be changes in AndroMDA3 about the Template-Handling or the MMDs until the final release? Because I have some time now and we will start a few projects in the next month, I think about changing to AndroMDA3 and start writing my own cartridges. But just if there are no big changes anymore...
Big thanks for your help, MArtin
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
