[CLOSED] [1.0] Panel AutoLoad Parameters Bug

  1. #1

    [CLOSED] [1.0] Panel AutoLoad Parameters Bug

    Hello,

    If you run the following example:


    Index.aspx:
    <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage" %>
    
    
    <!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 runat="server">
    	<title>Example</title>
    </head>
    <body>
    	<ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Gray" />
    	<ext:Panel ID="Panel1" runat="server">
    		<AutoLoad Method="GET" Url="/Example">
    			<Params>
    				<ext:Parameter Name="Parameter1" Value="1" Mode="Value" />
    			</Params>
    		</AutoLoad>
    	</ext:Panel>
    </body>
    </html>

    You will note that Parameter1 is being sent twice to the /Example URL which is making the value on the server side:


    Parameter1=1,1 instead of Parameter1=1


    Let me know once corrected and I will confirm.


    Cheers,
    Timothy
  2. #2

    RE: [CLOSED] [1.0] Panel AutoLoad Parameters Bug

    Hi,

    Fixed. Please update from SVN
  3. #3

    RE: [CLOSED] [1.0] Panel AutoLoad Parameters Bug

    Thanks vladimir, this appears to be fixed.

    Cheers,
    Timothy

Similar Threads

  1. [CLOSED] Does windows autoload parameters support JSON
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 29, 2012, 1:34 PM
  2. [CLOSED] AutoLoad - passing parameters
    By PLoch in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 11, 2011, 10:47 PM
  3. Help With Menu Panel Parameters
    By Groovepoets in forum 1.x Help
    Replies: 1
    Last Post: Nov 04, 2009, 10:23 AM
  4. [CLOSED] Parameters with Autoload iFrame
    By Adrian in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Aug 03, 2009, 4:51 PM
  5. Tab AutoLoad Parameters - help!?!?
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: May 15, 2009, 12:33 PM

Posting Permissions