The AdvertType is retreived from this
| public enum AdvertType {
| Lineage ("label_ad_type_lineage"),
| BannerAd ("label_ad_type_banner_ad");
| private final String label;
| AdvertType(String label) {
| this.label = label;
| }
| public String getLabel() { return label; }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044109#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...