I have a D2W app that has <webobject name = "EntitiesMenu" /> and in the
WOD:
EntitiesMenu : MenuHeader {
}
I always thought that I needed:
<dependency>
<groupId>wonder.misc</groupId>
<artifactId>WOLips</artifactId>
<version>${wonder.version}</version>
</dependency>
I cannot find dependency to add to satisfy this.
I have the same problem with:
aWrapper: EGWrapper {
enabled = true;
styles = application.data.Styles; //VALID
fonts = application.data.Fonts; //VALID
fileName="new excel.xls"
}
What do I have to add for this to be satisfied.
Ted