Select to view content in your preferred language

TypeError: _297 is null

1546
10
05-11-2011 07:12 AM
RyanKelley
Deactivated User
I am using .js API sample code to work on editing... I have replaced what is needed in that code to reflect our servers, data, feature services, etc.

When I try and modify a polygon's attributes or shape, I get an error every time. And, it appears four times. This seems like sort o generic error I have seen posted other places on the forums too.

TypeError: _297 is null
if(!dojo._hasResource["dijit._base.man...h","tr","xx","zh","zh-cn","zh-tw"]);

Any ideas?
0 Kudos
10 Replies
derekswingley1
Deactivated User
Adding this before your script tag that references the JS API:
<script type="text/javascript">var djConfig = {parseOnLoad: true};</script>


This fixed the issue for the OP.
0 Kudos