<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Empty Edit Window (Edit Widget, FLEX) in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525634#M14592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The first thing to double-check is in the mxd. You need to be connecting to the data via an account which a) is set as an account capable of having edit privileges and b) actually has edit privileges on the data set you're connecting it. You can double-check this by starting an edit session in your mxd and verifying that you can make edits and save them. I've also found that saving as an msd prevents editing from working, I have to use an mxd.&lt;BR /&gt;&lt;BR /&gt;Once you're sure the mxd is set up with edit permissions and it's available on your server, create the map service being sure to check the Feature box (and ensure Edit is checked below).&lt;BR /&gt;&lt;BR /&gt;The last step is just making sure you call the layer correctly in config.xml. You don't really need to alter editwidget.xml except to change the polygon editing tools available, or switch from the default ESRI geometry server. Your editable layer should look like this in config.xml:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Editable Features" type="feature" visible="false"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; info="widgets/InfoTemplates/SimpleInfoWinWidget.swf"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoconfig="widgets/InfoTemplates/IWT_IncidentAreas.xml"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;the key things in the above: &lt;BR /&gt;1) make sure type="feature"&lt;BR /&gt;2) make sure the URL is a) going through the FeatureServer link (not MapServer) and b) ends in the number for the specific layer you wish to edit&lt;BR /&gt;3) infoconfig will determine which fields are visible when you are NOT editing, when you are editing all fields will be visible and sorted alphabetically.&lt;BR /&gt;&lt;BR /&gt;Of course, you also need to call the Edit Widget in config.xml:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Edit"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_edit.png"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Edit/EditWidget.xml"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Edit/EditWidget.swf"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have been playing with source code, start using ESRI's sample service (above) to verify that editing in general works, then you can move to troubleshooting with your actual service.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;EDIT: I forgot to mention that the above is how it works with anonymous editing. If you want to restrict the ability to edit to certain people, you need to secure your map service, generate a token, call the service with the token in config.xml, and then secure the entire viewer so it requires a login to view. I have a separate view-only app and editable app, and secure the latter with IIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, with this indications my widget is now working. Thank you so much Jon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2011 19:49:43 GMT</pubDate>
    <dc:creator>GonzaloTapia_Koch</dc:creator>
    <dc:date>2011-02-16T19:49:43Z</dc:date>
    <item>
      <title>Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525627#M14585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been modifying the Flex View for my own purposes and one of the capability i need is Editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the Feature Service which has a Versioned polygon file but when i go to edit it the Editor Window is completely blank and i can't edit any data.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a couple of Templates but those don't show up in the window.&amp;nbsp; I have no idea what i'm doing wrong.&amp;nbsp; I've also confirmed that the Geometry service link works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 16:02:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525627#M14585</guid>
      <dc:creator>PaoloTovar</dc:creator>
      <dc:date>2010-12-13T16:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525628#M14586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've been modifying the Flex View for my own purposes and one of the capability i need is Editing.&lt;BR /&gt;I added the Feature Service which has a Versioned polygon file but when i go to edit it the Editor Window is completely blank and i can't edit any data.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I created a couple of Templates but those don't show up in the window.&amp;nbsp; I have no idea what i'm doing wrong.&amp;nbsp; I've also confirmed that the Geometry service link works.&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Is the flex app referencing a database login that has edit privileges to the data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 17:08:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525628#M14586</guid>
      <dc:creator>SimonMorgan</dc:creator>
      <dc:date>2010-12-13T17:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525629#M14587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The service i'm using is a Feature Service and under the ArcGISServer the edit box is check as able to edit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The data is on a separate server though..but i'm logged in under a user that can make edits on that data.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you are on to something, how do i give the flex application an assign login that i will will have the editing ability?&amp;nbsp;&amp;nbsp; FYI i'm running the viewer from chrome (localhost/flexviewer/).&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paolo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 19:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525629#M14587</guid>
      <dc:creator>PaoloTovar</dc:creator>
      <dc:date>2010-12-13T19:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525630#M14588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I fixed it, thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i used v2.2 and edited it in Flash builder it just seemed to worked&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Dec 2010 18:34:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525630#M14588</guid>
      <dc:creator>PaoloTovar</dc:creator>
      <dc:date>2010-12-14T18:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525631#M14589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the edit widget don't work for me either. it's blank.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can add buttons but the feature templantes for editing layer don't appear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it's don't work only with the modification of xml file, it needs that swf file will be changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to modify that file (specifically EditWidget.mxml) with Adobe Flash Builder, i recompile the project with the path for my Geometry Service (h_ttp://myhost/server/services/Geometry/GeometryServer) but i had no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone help me with the steps to succesfully modify and use this widget with in a custom aplication?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PD: Sorry for my bad english...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 00:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525631#M14589</guid>
      <dc:creator>GonzaloTapia_Koch</dc:creator>
      <dc:date>2011-02-02T00:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525632#M14590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first thing to double-check is in the mxd. You need to be connecting to the data via an account which a) is set as an account capable of having edit privileges and b) actually has edit privileges on the data set you're connecting it. You can double-check this by starting an edit session in your mxd and verifying that you can make edits and save them. I've also found that saving as an msd prevents editing from working, I have to use an mxd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you're sure the mxd is set up with edit permissions and it's available on your server, create the map service being sure to check the Feature box (and ensure Edit is checked below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The last step is just making sure you call the layer correctly in config.xml. You don't really need to alter editwidget.xml except to change the polygon editing tools available, or switch from the default ESRI geometry server. Your editable layer should look like this in config.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Editable Features" type="feature" visible="false"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; info="widgets/InfoTemplates/SimpleInfoWinWidget.swf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoconfig="widgets/InfoTemplates/IWT_IncidentAreas.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the key things in the above: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) make sure type="feature"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) make sure the URL is a) going through the FeatureServer link (not MapServer) and b) ends in the number for the specific layer you wish to edit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) infoconfig will determine which fields are visible when you are NOT editing, when you are editing all fields will be visible and sorted alphabetically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, you also need to call the Edit Widget in config.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Edit"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_edit.png"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Edit/EditWidget.xml"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Edit/EditWidget.swf"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have been playing with source code, start using ESRI's sample service (above) to verify that editing in general works, then you can move to troubleshooting with your actual service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I forgot to mention that the above is how it works with anonymous editing. If you want to restrict the ability to edit to certain people, you need to secure your map service, generate a token, call the service with the token in config.xml, and then secure the entire viewer so it requires a login to view. I have a separate view-only app and editable app, and secure the latter with IIS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:05:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525632#M14590</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-04T16:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525633#M14591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome info! Thanks for the detailed explanation. Couldn't have worked smoother.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525633#M14591</guid>
      <dc:creator>ChrisKlaube</dc:creator>
      <dc:date>2011-02-15T13:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525634#M14592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The first thing to double-check is in the mxd. You need to be connecting to the data via an account which a) is set as an account capable of having edit privileges and b) actually has edit privileges on the data set you're connecting it. You can double-check this by starting an edit session in your mxd and verifying that you can make edits and save them. I've also found that saving as an msd prevents editing from working, I have to use an mxd.&lt;BR /&gt;&lt;BR /&gt;Once you're sure the mxd is set up with edit permissions and it's available on your server, create the map service being sure to check the Feature box (and ensure Edit is checked below).&lt;BR /&gt;&lt;BR /&gt;The last step is just making sure you call the layer correctly in config.xml. You don't really need to alter editwidget.xml except to change the polygon editing tools available, or switch from the default ESRI geometry server. Your editable layer should look like this in config.xml:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Editable Features" type="feature" visible="false"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; info="widgets/InfoTemplates/SimpleInfoWinWidget.swf"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; infoconfig="widgets/InfoTemplates/IWT_IncidentAreas.xml"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/operations/FeatureServer/2"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;the key things in the above: &lt;BR /&gt;1) make sure type="feature"&lt;BR /&gt;2) make sure the URL is a) going through the FeatureServer link (not MapServer) and b) ends in the number for the specific layer you wish to edit&lt;BR /&gt;3) infoconfig will determine which fields are visible when you are NOT editing, when you are editing all fields will be visible and sorted alphabetically.&lt;BR /&gt;&lt;BR /&gt;Of course, you also need to call the Edit Widget in config.xml:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Edit"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_edit.png"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Edit/EditWidget.xml"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/Edit/EditWidget.swf"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have been playing with source code, start using ESRI's sample service (above) to verify that editing in general works, then you can move to troubleshooting with your actual service.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;EDIT: I forgot to mention that the above is how it works with anonymous editing. If you want to restrict the ability to edit to certain people, you need to secure your map service, generate a token, call the service with the token in config.xml, and then secure the entire viewer so it requires a login to view. I have a separate view-only app and editable app, and secure the latter with IIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, with this indications my widget is now working. Thank you so much Jon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 19:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525634#M14592</guid>
      <dc:creator>GonzaloTapia_Koch</dc:creator>
      <dc:date>2011-02-16T19:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525635#M14593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to set up my flex viewer with some editing capabilities and am having problems. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone expand upon the following step?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you're sure the mxd is set up with edit permissions and it's available on your server, create the map service being sure to check the Feature box (and ensure Edit is checked below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am publish a gis resource using ArcGIS Server Manager. The only thing that I see that resembles these instructions is under Capabilities. I click on the Feature Access Checkbox under Capabilities but still have no option to check edit. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Neither of the other steps in this process have anything like this either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 19:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525635#M14593</guid>
      <dc:creator>TylerWaring</dc:creator>
      <dc:date>2012-01-31T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525636#M14594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On the capabilities tab, you have to click the words "Feature Access" to see the options for the feature component of the service. Below the list of options with check boxes you'll see two new check boxes for "Operations allowed:", Query and Editing. Editing needs to be checked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since this post is about a year old, the syntax in the Flex viewer has changed in several ways but you can see the new formats to use at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Layer_tag/01m30000000p000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Layer_tag/01m30000000p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Being sure you're using an SDE account with edit access (or pointing to local data) happens while you're setting up the mxd, before you get to Manager at all, and hasn't changed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 19:47:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525636#M14594</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2012-01-31T19:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525637#M14595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jon, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I did everything you suggested but the problem still persists. The permissions on the feature dataset are set for the user in the map project right? I assume that if I can edit in the map project then everything is set up with regard to the editing template. Or is there something further that I need to take into account regarding permissions when editing via a map service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Tyler&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525637#M14595</guid>
      <dc:creator>TylerWaring</dc:creator>
      <dc:date>2012-02-01T13:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525638#M14596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Typically if the data is in SDE the permissions are set in ArcCatalog as to which users/accounts have edit access, then in the mxd you choose which user to connect to the data as. You're right that if you can edit the data in the mxd but can't edit it later on the problem is probably elsewhere (your map service configuration, the web map you're using to edit it, etc.).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525638#M14596</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2012-02-01T13:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525639#M14597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason using the computer IP was problematic for the feature server. When I tested with the fully qualified domain name we were up and running. Thanks everyone. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tyler&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 20:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525639#M14597</guid>
      <dc:creator>TylerWaring</dc:creator>
      <dc:date>2012-02-01T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Empty Edit Window (Edit Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525640#M14598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I changed the mxd by msd and the edition works perfectly, what I realized is that the URL showing here does not lead me nowhere I get the following error HTTP Status 405 - HTTP method GET is not supported by this URL &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Help me please&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not able to edit&amp;nbsp; ... and I do not know how or where I can change the url&amp;nbsp; :confused:[ATTACH=CONFIG]19117[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 19:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525640#M14598</guid>
      <dc:creator>AuraRamos_Lora</dc:creator>
      <dc:date>2012-11-07T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525641#M14599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I changed the mxd by msd and the edition works perfectly, what I realized is that the URL showing here does not lead me nowhere I get the following error HTTP Status 405 - HTTP method GET is not supported by this URL &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &lt;BR /&gt;Help me please&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to work with your system administrator for the server who should know how to change the URL to a fully qualified domain name. As others have noted simply using the machine name or IP (as you have it set up) will not work. I'm not a server admin myself so I don't know the details of how mine made the change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 19:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525641#M14599</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2012-11-07T19:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525642#M14600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I share my error: only I had to change MapServer&amp;nbsp; by FeatureServer in the config&amp;nbsp; within the tags:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;operationallayers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;je je je sorry&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 16:15:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525642#M14600</guid>
      <dc:creator>AuraRamos_Lora</dc:creator>
      <dc:date>2012-11-15T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525643#M14601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd appreciate some help with my issue, I'd want to add the edit widget to my project but even i have configured my layer as Feature and added Edit Widget in config.xml, the layer doesnt appear as a layer inside Edit Widget. But the problem goes farther, if I open my TOC Widget and make some action like "Move up" or "Move Down" with the layer I want to edit, it appears inside edit widget and only after them, I can edit. But if I close edit widget, next time I open it, even the layers has already appeared, I can't edit my layer and i have to open again TOC Widget, do some action with "Move up" or down, and after that, i can edit my layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont want to open TOC widget everytime i want to edit some layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, im using flex viewer 3.1, and i cant figure out a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rinat S.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 22:15:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525643#M14601</guid>
      <dc:creator>RinatSolorzano_Palero</dc:creator>
      <dc:date>2013-05-14T22:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Edit Window (Edit Widget, FLEX)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525644#M14602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a flex map version 3.4 that I have two feature services. When using IE9 and trying to edit either feature the edit feature template is blank. If I open the same site in FireFox and try to edit either of the feature services the feature templates show up and work fine. If there are any suggestions out there as to what's causing this it would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/empty-edit-window-edit-widget-flex/m-p/525644#M14602</guid>
      <dc:creator>WilliamFrament</dc:creator>
      <dc:date>2014-01-14T16:29:26Z</dc:date>
    </item>
  </channel>
</rss>

