Request Failure in Opera

  1. #1

    Request Failure in Opera



    Hi,

    I test my applicatin with diffrent Browsers and in Opera I have a problem. And I can't understand what the source of problem there.. maybe any ideas to help me..

    Source of previous page



    
    *  <AjaxMethod()> _
    Public Function mmks_login() As String
    
    
    'code skipped
    *           Ext.Redirect("PenSolutionOffice.aspx")
    *           lcReturnValue = "SUCCESS"
    
    *       Return (lcReturnValue)


    And only in Opera browser I'v got this Dialog window - NO RESPONSE.. IE 7,8 and FireFox - all fine

    Thanks
  2. #2

    RE: Request Failure in Opera

    Hi Denis,

    Can you post a full .aspx code sample demonstrating how to reproduce the problem. I ran a few extra AjaxMethod tests in Opera 9 and everything appears to function correctly.


    Geoffrey McGill
    Founder
  3. #3

    RE: Request Failure in Opera



    Hi Geoffrey,

    Its very difficult to explain.. but now I comment line by line my code.. and I found source of problem.

    I have a fieldset

    
    *                                      <ext:FieldSet 
    *                                               ID="FieldSet3" 
    *                                               runat="server" 
    *                                               AutoHeight="true" 
    *                                               CheckboxToggle="true" 
    *                                               Collapsed="true" 
    *                                               Title="Filter by Date" >
    <AjaxEvents>
    *                                               <Collapse OnEvent="OnFieldSetExpand" Buffer="250">
    *                                                   <ExtraParams>
    *                                                       <ext:Parameter Name="fieldsetname" Value="fieldset1" Mode="Value" />
    *                                                       <ext:Parameter Name="expanded" Value="false" Mode="Value" />
    *                                                   </ExtraParams>
    *                                                </Collapse>
    *                                               <Expand OnEvent="OnFieldSetExpand" Buffer="250">
    *                                                   <ExtraParams>
    *                                                       <ext:Parameter Name="fieldsetname" Value="fieldset1" Mode="Value" />
    *                                                       <ext:Parameter Name="expanded" Value="true" Mode="Value" />
    *                                                   </ExtraParams>                              *
    *                                               </Expand>
    *                                            </AjaxEvents>
    *

    and User control which contains UploadFileFiled...

    So.. If I remove from code UploadFileField - all works super... or If I remove from code <AjaxEvents> for Collapse/Expand - also all works super.

    I am not realy understand why it so.. but.. now OnCollapse/OnExpand - its artifact code.. was created in time when I have no idea which property change value when checkbox was checked and area expanded. - Now I found the proeprty is "Collapsed" - so.. I hope my problem will gone..

    Also.. this was bad solution.. because I have 3 fieldset group.. and when page initialize - its init 3 times when each OnFieldSetExpand happens..

    Thanks for attention

    Denis

Similar Threads

  1. Request failure error
    By Vaishali in forum 1.x Help
    Replies: 0
    Last Post: May 09, 2012, 5:23 AM
  2. Replies: 16
    Last Post: Oct 04, 2011, 5:17 PM
  3. Ajaxevent Request failure
    By lisaloomh in forum 1.x Help
    Replies: 2
    Last Post: Feb 05, 2010, 5:13 AM
  4. Request Failure!
    By jachnicky in forum 1.x Help
    Replies: 8
    Last Post: Dec 11, 2008, 6:11 AM
  5. Request Failure!
    By jachnicky in forum 1.x Help
    Replies: 0
    Last Post: Dec 11, 2008, 3:26 AM

Posting Permissions