[CLOSED] The HTTP verb POST used to access path '/ XML / Plants.xml' is not allowed.

  1. #1

    [CLOSED] The HTTP verb POST used to access path '/ XML / Plants.xml' is not allowed.

    By clicking on the combo I get the error in question



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="WAY.Accise.Test" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head id="Head1" runat="server" enableviewstate="false">    
          
          
    </head>
    <body>
        <form id="Form1" runat="server">
            <ext:ResourceManager ID="ResourceManager1" runat="server" />
            
             
        
        
        <ext:Store runat="server" ID="Store1">
            <Proxy>
                <ext:HttpProxy runat="server" Url="XML/Plants.xml" />
            </Proxy>
            <Reader>
                <ext:XmlReader Record="plant">
                    <Fields>
                        <ext:RecordField Name="common" />
                        <ext:RecordField Name="botanical" />
                        <ext:RecordField Name="light" />
                        <ext:RecordField Name="price" Type="Float" />
                        <ext:RecordField Name="availability" Type="Date" />
                        <ext:RecordField Name="indoor" Type="Boolean" />
                    </Fields>
                </ext:XmlReader>
            </Reader>
            <SortInfo Field="common" Direction="ASC" />
        </ext:Store>
    
    
            
            
          
              <ext:ComboBox ID="ComboBoxAteco" runat="server" Width="220px" ListWidth="650px" StoreID="Store1">
              </ext:ComboBox>
        </form>
    </body>
    </html>
    Last edited by Daniil; Oct 06, 2010 at 7:14 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Try to set Method="GET" for HttpProxy

Similar Threads

  1. Replies: 0
    Last Post: Aug 14, 2012, 2:54 PM
  2. Replies: 0
    Last Post: Aug 14, 2012, 2:48 PM
  3. [CLOSED] Cannot access new SVN site : http://svn.ext.net/pro/
    By Webezi in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 31, 2011, 8:57 AM
  4. Replies: 3
    Last Post: Jan 13, 2010, 3:07 AM
  5. Bad request (invalid verb)
    By Wtower in forum 1.x Help
    Replies: 8
    Last Post: Sep 10, 2009, 6:35 AM

Posting Permissions