Ponder: Template bug and Fix for subclass entity

James Cicenia <[email protected]> Wed, 12 Jun 2013 08:23:24 -0500
Newsgroups gmane.comp.web.webobjects.wonder-disc
Message-ID <[email protected]>
in the _WonderEntity.java you have:

    #set ($parentClazzClass = "${entity.parent.classNameWithOptionalPackage}.${entity.parent.classNameWithoutPackage}Clazz<T>")

I think it needs to be:
    #set ($parentClazzClass = "${entity.parent.classNameWithDefault}.${entity.parent.classNameWithoutPackage}Clazz<T>")

You can test this with a subclassed entity.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

_______________________________________________
Wonder-disc mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wonder-disc