I believe I had to create <customwidget>
Map extends VUIAbstractWidgetMap as part of my customization for the custom widgets to work in V8 Style editor and unable to do so because of the buildpath errors. Is there any additinal lib I had to include in my custom packe to support the ...Map classes... Hi,
I have our custom package working in V8 set up using V7 style editor. But now trying to get the V8 style editor working for the custom widgets. As expected none of them works, all those widgets are rendering fine in V7 style editor. After reading the documentation, tried to get the jar and war packages from vgn-ext-sampleextensions.zip into my workspace and I get build path errors from import com.vignette.ui.core.UIException;
import com.vignette.ui.core.request.Request;
import com.vignette.ui.vcm.widget.VUIWidget;
import com.vignette.ui.vcm.widget.map.VUIAbstractWidgetMap;
Thanks,
Selvi.