hi all, i am useing wicket 1.3.2 and dojo 1.3.0 beta
i am reading the yahoo map sample,
and try to run it, when the first time i run it, everything works fine,
however after i re-run, i got this problem, and can not make it run again
i look into the javadoc, there is no fuction to set app id..
how can i config the app id???
DEBUG: EXPERIMENTAL: dojo.gfx.svg -- Not yet ready for use. APIs subject to
change without notice.
DEBUG: please provide a unique Yahoo App ID in djConfig.yahooAppId when
using the map widget
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "simpledropdowndatepicker" in "dojo.widget"
registered to namespace "dojo". Developers must specify correct namespaces
for all non-Dojo widgets -- will be removed in version: 0.5
DEBUG: dojo.widget.Parse: error:ReferenceError: YMap is not defined
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "panel" in "wicket.widget" registered to
namespace "wicket". Developers must specify correct namespaces for all
non-Dojo widgets -- will be removed in version: 0.5
DEBUG: dojo.widget.Parse: error:Error: Could not locate widget
implementation for "panel" in "wicket.widget" registered to namespace
"wicket"
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "panel" in "wicket.widget" registered to
namespace "wicket". Developers must specify correct namespaces for all
non-Dojo widgets -- will be removed in version: 0.5
DEBUG: dojo.widget.Parse: error:Error: Could not locate widget
implementation for "panel" in "wicket.widget" registered to namespace
"wicket"
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "panel" in "wicket.widget" registered to
namespace "wicket". Developers must specify correct namespaces for all
non-Dojo widgets -- will be removed in version: 0.5
DEBUG: dojo.widget.Parse: error:Error: Could not locate widget
implementation for "panel" in "wicket.widget" registered to namespace
"wicket"
DEBUG: DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "panel" in "wicket.widget" registered to
namespace "wicket". Developers must specify correct namespaces for all
non-Dojo widgets -- will be removed in version: 0.5
DEBUG: dojo.widget.Parse: error:Error: Could not locate widget
implementation for "panel" in "wicket.widget" registered to namespace
"wicket"
here is the code java:
DojoYahooMapPanel ymp = new DojoYahooMapPanel("yahoomap") {
@Override
protected List<DojoMapData> getDataMarkerList(String
descriptionId) {
List<DojoMapData> dataList = new ArrayList<DojoMapData>();
dataList.add(new DojoMapData(48.88256, 2.627097, null, new
DojoYahooMapDescriptionPanelSample(descriptionId, "JBQ birth place!")));
dataList.add(new DojoMapData(44.351842, 2.032454, null, new
DojoYahooMapDescriptionPanelSample(descriptionId, "Doume birth place!")));
dataList.add(new DojoMapData(45.899805, 6.124861, null, new
DojoYahooMapDescriptionPanelSample(descriptionId, "Greg birth place!")));
return dataList;
}
};
add(ymp);
html :
<div wicket:id="yahoomap" style="width: 100%; height: 400px;"></div>
--
View this message in context:
http://www.nabble.com/question-about-dojo-yahoo-map-in-wicket-tp17506917p17506917.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]