Status Code 200: BADRESPONSE: missing } in XML expression

Page 1 of 4 123 ... LastLast
  1. #1

    Status Code 200: BADRESPONSE: missing } in XML expression

    Hi all !


    My coolite application invokes several AjaxMethods to process business logic. When I'm running the app in VS2008 sometimes I get the error "Status Code 200: BADRESPONSE: missing } in XML expression" when I invoke a server method.

    I opened Firebug and noticed that my page's raw htm notation is being sent as a response (not the expected JSON) and this causes this error ... seems that Coolite is not sending JSON ... but I'm really unsure about that :-(

    Expected. (cropped for brevity):
    <code>{serviceResponse:{Data:{data:[{"pre_id":184,"lote_id":182,"for_id":260,"for_tipo":"3","etapa_id":3,"etapa_descricao"</code><code>:"7 ª RODADA","lan_valor":"971,0000","lan_perc":"0,0000","lan_status":null,"lan_statusproposta":null</code><code>,"lan_data":"04/08/2009 15:08:11","lan_num_rodada":7,"for_nome":"MICROSOFT"},{"pre_id":184,"lote_id"</code><code>:182,"for_id":13,"for_tipo":"1","etapa_id":3,"etapa_descricao":"7 ª RODADA","lan_valor":"974,0000","lan_perc"</code><code>:"0,3089","lan_status":"DECLINOU","lan_statusproposta":null,"lan_data":"04/08/2009 15:08:44","lan_num_rodada"</code><code>:7,"for_nome":"INFORMATICA COMPUTER"},{"pre_id":184,"lote_id":182,"for_id":11,"for_tipo":"2","etapa_id"</code><code>:3,"etapa_descricao":"7 ª RODADA","lan_valor":"975,0000","lan_perc":"0,4119","lan_status":"DECLINOU"</code><code>,"lan_statusproposta":null,"lan_data":"04/08/2009 15:08:25","lan_num_rodada":7,"for_nome":"COMPUTER SA"</code><code>},{"pre_id":184,"lote_id":182,"for_id":10,"for_tipo":"3","etapa_id":3,"etapa_descricao":"6 ª RODADA"</code><code>,"lan_valor":"972,0000","lan_perc":"0,0000","lan_status":null,"lan_statusproposta":null,"lan_data":"04</code><code>/08/2009 15:08:06","lan_num_rodada":6,"for_nome":"MIRASOFT TECNOLOGIA"},{"pre_id":184,"lote_id":182,"for_id"</code><code>:260,"for_tipo":"3","etapa_id":3,"etapa_descricao":"6 ª RODADA","lan_valor":"973,0000","lan_perc":"0</code><code>,1028","lan_status":null,"lan_statusproposta":null,"lan_data":"04/08/2009 15:08:00","lan_num_rodada"</code><code>:6,"for_nome":"MICROSOFT"},{"pre_id":184,"lote_id":182,"for_id":13,"for_tipo":"1","etapa_id":3,"etapa_descricao"</code><code>:"6 ª RODADA","lan_valor":"974,0000","lan_perc":"0,2057","lan_status":null,"lan_statusproposta":null</code><code>,"lan_data":"04/08/2009 15:08:54","lan_num_rodada":6,"for_nome":"INFORMATICA COMPUTER"},{"pre_id":184</code><code>,"lote_id":182,"for_id":11,"for_tipo":"2","etapa_id":3,"etapa_descricao":"6 ª RODADA","lan_valor":"975</code><code>,0000","lan_perc":"0,3086","lan_status":null,"lan_statusproposta":null,"lan_data":"04/08/2009 15:08:44"</code><code>,"lan_num_rodada":6,"for_nome":"COMPUTER SA"},{"pre_id":184,"lote_id":182,"for_id":10,"for_tipo":"3"</code><code>,"etapa_id":3,"etapa_descricao":"5 ª RODADA","lan_valor":"976,0000","lan_perc":"0,0000","lan_status"</code><code>:null,"lan_statusproposta":null,"lan_data":"04/08/2009 15:08:20","lan_num_rodada":5,"for_nome":"MIRASOFT</code><code> TECNOLOGIA"},{"pre_id":184,"lote_id":182,"for_id":260,"for_tipo":"3","etapa_id":3,"etapa_descricao"</code><code>:"5 ª RODADA","lan_valor":"977,0000","lan_perc":"0,1024","lan_status":null,"lan_statusproposta":null</code><code>,"lan_data":"04/08/2009 ...</code>

    Actual. (Just a raw html, not JSON, cropped for brevity):
    <code><html xmlns="http://www.w3.org/1999/xhtml">
    </code><code><head id="Head1">
    </code><code>	<!-- Coolite Toolkit for ASP.NET with ExtJS [Professional Edition]. Version 0.8.0.30406. -->
    </code><code>	<link rel="stylesheet" type="text/css" href="/Site/extjs/resources/css/ext-all-embedded-css/coolite</code><code>.axd?30406" />
    </code><code>	<style type="text/css">
    </code><code>		.icon-application{background-image:url(/Site/icons/application-png/coolite.axd) !important;}
    </code><code>	</style>
    </code><code><title>
    </code><code>
    </code><code></title>
    </code><code>    
    </code><code>    <style type="text/css">
    </code><code>
    </code><code>        /* Patch para estilo do Label */
    </code><code>        .x-label-value 
    </code><code>        {
    </code><code>            vertical-align:middle;
    </code><code>            font-family:tahoma,arial,helvetica,sans-serif;
    </code><code>            font-size:11px;
    </code><code>            font-size-adjust:none;
    </code><code>            font-style:normal;
    </code><code>            font-variant:normal;
    </code><code>            font-weight:normal;
    </code><code>            line-height:normal;
    </code><code>        }
    </code><code>        
    </code><code>        /* Patch para estilo Radio */
    </code><code>        .x-form-cb-label {
    </code><code>            clear:none !important;
    </code><code>            display:inline !important;
    </code><code>            float:none !important;
    </code><code>            margin-left:4px;
    </code><code>            width:auto !important;
    </code><code>            font-family:tahoma,arial,helvetica,sans-serif;
    </code><code>            font-size:11px;
    </code><code>            font-size-adjust:none;
    </code><code>            font-style:normal;
    </code><code>            font-variant:normal;
    </code><code>            font-weight:normal;
    </code><code>            line-height:normal;
    </code><code>        }
    </code><code>        
    </code><code>    </style>
    </code><code>    
    </code><code>    <script type="text/javascript">
    </code><code>    
    </code><code>        /**
    </code><code>         * Formata uma data recebida no formato YYYY-MM-DD
    </code><code>         * @param {String} value A string contendo a data a formatar
    </code><code>         * @return {String} A string formatada como dd/MM/YYYY
    </code><code>         */
    </code><code>        function formatDate(value) {
    </code><code>
    </code><code>            if (value == null)
    </code><code>                return '';
    </code><code>
    </code><code>            var dia = value.substring(8, 10);
    </code><code>            var mes = value.substring(5, 7);
    </code><code>            var ano = value.substring(0, 4);
    </code><code>
    </code><code>            return dia + '/' + mes + '/' + ano;
    </code><code>        }
    </code><code>
    </code><code>        /**
    </code><code>        * Captura uma string no formato monetário R$100,00
    </code><code>        * substitui o caracter monetário e troca a vírgula
    </code><code>        * por ponto.
    </code><code>        * @param {String} value A string contendo valor
    </code><code>        * @return {String} A string formatada ex. 100.00
    </code><code>        */
    </code><code>        function formatMoney(value) {
    </code><code>
    </code><code>            if (value == null || value == '')
    </code><code>                return '0.00';
    </code><code>
    </code><code>            var moeda = value.replace(/[R$]/g, ''); // Retira R$
    </code><code>            var thousands = moeda.replace(/[.]/g, '*'); // Substitui o separador de milhar
    </code><code>            var point = thousands.replace(/[,]/g, '.'); // Substitui a vírgula por ponto
    </code><code>            return point.replace(/[*]/g, ''); // Retira o separador de milhares
    </code><code>
    </code><code>        }
    </code><code>
    </code><code>        /**
    </code><code>        * Captura uma string com o valor cru como 1500.00 e 
    </code><code>        * realiza a formatação no padrão R$ 1500,00.
    </code><code>        *
    </code><code>        * @param {String} value A string contendo valor
    </code><code>        * @return {String} A string formatada ex. R$ 1.500,00
    </code><code>        */
    </code><code>        function loadMoney(newValue) {
    </code><code>
    </code><code>            if (newValue == null || newValue == '')
    </code><code>                return 'R$0,00';
    </code><code>                
    </code><code>            var value = Ext.util.Format.usMoney(newValue);
    </code><code>            
    </code><code>            var moeda = value.replace(/[$]/g, 'R$'); // Substitui o $
    </code><code>            var thousands = moeda.replace(/[,]/g, '*'); // Substitui o separador de milhar ','
    </code><code>            var point = thousands.replace(/[.]/g, ','); // Substitui o ponto por vírgula
    </code><code>            return point.replace(/[*]/g, '.'); // Coloca o separador de milhares
    </code><code>            
    </code><code>        }
    </code><code>        
    </code><code>    </script>
    </code><code>
    </code><code>    
    </code><code>
    </code><code>	<script type="text/javascript" src="/Site/extjs/adapter/ext/ext-base-js/coolite.axd?30406"></script</code><code>>
    </code><code>	<script type="text/javascript" src="/Site/extjs/ext-all-js/coolite.axd?30406"></script>
    </code><code>	<script type="text/javascript" src="/Site/coolite/coolite-core-js/coolite.axd?30406"></script>
    </code><code>	<script type="text/javascript" src="/Site/extjs/locale/ext-lang-pt-BR-js/coolite.axd?30406"></script</code><code>>
    </code><code>	<script type="text/javascript" src="/Site/coolite/coolite-data-js/coolite.axd?30406"></script>
    </code><code>	<script type="text/javascript">
    </code><code>	//<![CDATA[
    </code><code>		Ext.onReady(function(){Ext.apply(Coolite.AjaxMethods, { LoadRecordParticipante:function(par_id,config</code><code>){Coolite.AjaxMethod.request("LoadRecordParticipante",Ext.apply(config || {}, {params:{par_id:par_id</code><code>}}));},AddUpdateParticipante:function(estado,nome,carid,parid,cargo,config){Coolite.AjaxMethod.request</code><code>("AddUpdateParticipante",Ext.apply(config || {}, {params:{estado:estado,nome:nome,carid:carid,parid:parid</code><code>,cargo:cargo}}));},DeleteParticipante:function(parid,config){Coolite.AjaxMethod.request("DeleteParticipante"</code><code>,Ext.apply(config || {}, {params:{parid:parid}}));},LoadPregoeiro:function(prego_id,config){Coolite.AjaxMethod</code><code>.request("LoadPregoeiro",Ext.apply(config || {}, {params:{prego_id:prego_id}}));},AddUpdatePregoeiro</code><code>:function(estado,prego_id,prego_nome,config){Coolite.AjaxMethod.request("AddUpdatePregoeiro",Ext.apply</code><code>(config || {}, {params:{estado:estado,prego_id:prego_id,prego_nome:prego_nome}}));},DeletePregoeiro:function</code><code>(prego_id,config){Coolite.AjaxMethod.request("DeletePregoeiro",Ext.apply(config || {}, {params:{prego_id</code><code>:prego_id}}));},HasItem:function(lote_id,ite_id,config){Coolite.AjaxMethod.request("HasItem",Ext.apply</code><code>(config || {}, {params:{lote_id:lote_id,ite_id:ite_id}}));},UpdateRecord:function(lote_id,lote_descricao</code><code>,lote_situacao,itensXml,lote_valorref,config){Coolite.AjaxMethod.request("UpdateRecord",Ext.apply(config</code><code> || {}, {params:{lote_id:lote_id,lote_descricao:lote_descricao,lote_situacao:lote_situacao,itensXml:itensXml</code><code>,lote_valorref:lote_valorref}}));},InsertRecord:function(lote_descricao,lote_situacao,materiaisXml,valor_ref</code><code>,config){Coolite.AjaxMethod.request("InsertRecord",Ext.apply(config || {}, {params:{lote_descricao:lote_descricao</code><code>,lote_situacao:lote_situacao,materiaisXml:materiaisXml,valor_ref:valor_ref}}));},InsertRecordLoteItem</code><code>:function(lote_id,ite_id,loteitem_qtd,config){Coolite.AjaxMethod.request("InsertRecordLoteItem",Ext.apply</code><code>(config || {}, {params:{lote_id:lote_id,ite_id:ite_id,loteitem_qtd:loteitem_qtd}}));},DeleteRecordLote</code><code>:function(lote_id,config){Coolite.AjaxMethod.request("DeleteRecordLote",Ext.apply(config || {}, {params</code><code>:{lote_id:lote_id}}));},LoadRecordLote:function(lote_id,config){Coolite.AjaxMethod.request("LoadRecordLote"</code><code>,Ext.apply(config || {}, {params:{lote_id:lote_id}}));},DeleteRecordLoteItem:function(ite_id,config)</code><code>{Coolite.AjaxMethod.request("DeleteRecordLoteItem",Ext.apply(config || {}, {params:{ite_id:ite_id}})</code><code>);},UpdateRecordItem:function(ite_id,ite_descricao,un_id,cod_grupo,cod_material,config){Coolite.AjaxMethod</code><code>.request("UpdateRecordItem",Ext.apply(config || {}, {params:{ite_id:ite_id,ite_descricao:ite_descricao</code><code>,un_id:un_id,cod_grupo:cod_grupo,cod_material:cod_material}}));},InsertRecordItem:function(ite_descricao</code><code>,un_id,cod_grupo,cod_material,config){Coolite.AjaxMethod.request("InsertRecordItem",Ext.apply(config</code><code> || {}, {params:{ite_descricao:ite_descricao,un_id:un_id,cod_grupo:cod_grupo,cod_material:cod_material</code><code>}}));},LoadRecordItem:function(ite_id,config){Coolite.AjaxMethod.request("LoadRecordItem",Ext.apply(config</code><code> || {}, {params:{ite_id:ite_id}}));},HasQtdInLote:function(ite_id,config){Coolite.AjaxMethod.request</code><code>("HasQtdInLote",Ext.apply(config || {}, {params:{ite_id:ite_id}}));},DeleteRecordItem:function(ite_id</code><code>,config){Coolite.AjaxMethod.request("DeleteRecordItem",Ext.apply(config || {}, {params:{ite_id:ite_id</code><code>}}));},AddUpdateFornecedor:function(estado,forid,fornome,forcnpj,foripi,foricms,foriss,forinscestadual</code><code>,forendereco,forbairro,forcidade,forestado,forcep,fortelefone,forfax,forlocacao,foremail,fortipo,for_representante</code><code>,config){Coolite.AjaxMethod.request("AddUpdateFornecedor",Ext.apply(config || {}, {params:{estado:estado</code><code>,forid:forid,fornome:fornome,forcnpj:forcnpj,foripi:foripi,foricms:foricms,foriss:foriss,forinscestadual</code><code>:forinscestadual,forendereco:forendereco,forbairro:forbairro,forcidade:forcidade,forestado:forestado</code><code>,forcep:forcep,fortelefone:fortelefone,forfax:forfax,forlocacao:forlocacao,foremail:foremail,fortipo</code><code>:fortipo,for_representante:for_representante}}));},DeleteFornecedor:function(forid,config){Coolite.AjaxMethod</code><code>.request("DeleteFornecedor",Ext.apply(config || {}, {params:{forid:forid}}));},LoadRecordFornecedor:function</code><code>(for_id,config){Coolite.AjaxMethod.request("LoadRecordFornecedor",Ext.apply(config || {}, {params:{for_id</code><code>:for_id}}));},LoadRecordPregao:function(pre_id,config){Coolite.AjaxMethod.request("LoadRecordPregao"</code><code>,Ext.apply(config || {}, {params:{pre_id:pre_id}}));},UpdateRecordPregao:function(pre_id,pre_data,pre_descricao</code><code>,pre_valor,pre_processo,pre_licitacao,pre_vrdiferenca,pre_dtstatus,prego_id,prego_nome,config){Coolite</code><code>.AjaxMethod.request("UpdateRecordPregao",Ext.apply(config || {}, {params:{pre_id:pre_id,pre_data:pre_data</code><code>,pre_descricao:pre_descricao,pre_valor:pre_valor,pre_processo:pre_processo,pre_licitacao:pre_licitacao</code><code>,pre_vrdiferenca:pre_vrdiferenca,pre_dtstatus:pre_dtstatus,prego_id:prego_id,prego_nome:prego_nome}}</code><code>));},InsertRecordPregao:function(pre_data,pre_descricao,pre_valor,pre_processo,pre_licitacao,pre_vrdiferenca</code><code>,pre_dtstatus,prego_id,prego_nome,config){Coolite.AjaxMethod.request("InsertRecordPregao",Ext.apply(config</code><code> || {}, {params:{pre_data:pre_data,pre_descricao:pre_descricao,pre_valor:pre_valor,pre_processo:pre_processo</code><code>,pre_licitacao:pre_licitacao,pre_vrdiferenca:pre_vrdiferenca,pre_dtstatus:pre_dtstatus,prego_id:prego_id</code><code>,prego_nome:prego_nome}}));},GetPregaoByNome:function(pre_descricao,config){Coolite.AjaxMethod.request</code><code>("GetPregaoByNome",Ext.apply(config || {}, {params:{pre_descricao:pre_descricao}}));},DeleteRecordPregao</code><code>:function(pre_id,config){Coolite.AjaxMethod.request("DeleteRecordPregao",Ext.apply(config || {}, {params</code><code>:{pre_id:pre_id}}));},HasLotePregao:function(pre_id,config){Coolite.AjaxMethod.request("HasLotePregao"</code><code>,Ext.apply(config || {}, {params:{pre_id:pre_id}}));},GetDadosPregao:function(lote_id,config){Coolite</code><code>.AjaxMethod.request("GetDadosPregao",Ext.apply(config || {}, {params:{lote_id:lote_id}}));},GetConcorrenteMenor</code><code>:function(lote_id,config){Coolite.AjaxMethod.request("GetConcorrenteMenor",Ext.apply(config || {}, {params</code><code>:{lote_id:lote_id}}));},GetConcorrenteVez:function(lote_id,config){Coolite.AjaxMethod.request("GetConcorrenteVez"</code><code>,Ext.apply(config || {}, {params:{lote_id:lote_id}}));},LancaValor:function(lote_id,lan_valor,flag_declinar</code><code>,config){Coolite.AjaxMethod.request("LancaValor",Ext.apply(config || {}, {params:{lote_id:lote_id,lan_valor</code><code>:lan_valor,flag_declinar:flag_declinar}}));},DeclinaProponente:function(lote_id,config){Coolite.AjaxMethod</code><code>.request("DeclinaProponente",Ext.apply(config || {}, {params:{lote_id:lote_id}}));},UndoLance:function</code><code>(lote_id,config){Coolite.AjaxMethod.request("UndoLance",Ext.apply(config || {}, {params:{lote_id:lote_id</code><code>}}));},CheckLanceMaior:function(lote_id,lan_valor,config){Coolite.AjaxMethod.request("CheckLanceMaior"</code><code>,Ext.apply(config || {}, {params:{lote_id:lote_id,lan_valor:lan_valor}}));},HasProposta:function(lote_id</code><code>,config){Coolite.AjaxMethod.request("HasProposta",Ext.apply(config || {}, {params:{lote_id:lote_id}}</code><code>));},HasProposta:function(pre_id,lote_id,config){Coolite.AjaxMethod.request("HasProposta",Ext.apply(config</code><code> || {}, {params:{pre_id:pre_id,lote_id:lote_id}}));},HasPropostaFornecedor:function(pre_id,for_id,config</code><code>){Coolite.AjaxMethod.request("HasPropostaFornecedor",Ext.apply(config || {}, {params:{pre_id:pre_id,for_id</code><code>:for_id}}));},LoadRecordEmpresa:function(config){Coolite.AjaxMethod.request("LoadRecordEmpresa",Ext.apply</code><code>(config || {}, {}));},AddUpdateEmpresa:function(codigo_Emp,nome_Emp,contato_Emp,endereco_Emp,cidade_Emp</code><code>,bairro_Emp,cep_Emp,uF_Emp,fone_Emp,fax_Emp,cNPJ_Emp,inscEst_Emp,email_Emp,icms_Emp,iss_Emp,config){Coolite</code><code>.AjaxMethod.request("AddUpdateEmpresa",Ext.apply(config || {}, {params:{codigo_Emp:codigo_Emp,nome_Emp</code><code>:nome_Emp,contato_Emp:contato_Emp,endereco_Emp:endereco_Emp,cidade_Emp:cidade_Emp,bairro_Emp:bairro_Emp</code><code>,cep_Emp:cep_Emp,uF_Emp:uF_Emp,fone_Emp:fone_Emp,fax_Emp:fax_Emp,cNPJ_Emp:cNPJ_Emp,inscEst_Emp:inscEst_Emp</code><code>,email_Emp:email_Emp,icms_Emp:icms_Emp,iss_Emp:iss_Emp}}));},LoadRecord:function(lote_id,config){Coolite</code><code>.AjaxMethod.request("LoadRecord",Ext.apply(config || {}, {params:{lote_id:lote_id}}));},RemoveParticipante</code><code>:function(pre_id,par_id,config){Coolite.AjaxMethod.request("RemoveParticipante",Ext.apply(config || </code><code>{}, {params:{pre_id:pre_id,par_id:par_id}}));},AssociateParticipante:function(pre_id,par_id,par_nome</code><code>,config){Coolite.AjaxMethod.request("AssociateParticipante",Ext.apply(config || {}, {params:{pre_id:pre_id</code><code>,par_id:par_id,par_nome:par_nome}}));},IsAssociateParticipante:function(pre_id,par_id,par_nome,config</code><code>){Coolite.AjaxMethod.request("IsAssociateParticipante",Ext.apply(config || {}, {params:{pre_id:pre_id</code><code>,par_id:par_id,par_nome:par_nome}}));},HasPregaoLote:function(pre_id,lote_id,lote_descricao,config){Coolite</code><code>.AjaxMethod.request("HasPregaoLote",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,lote_descricao</code><code>:lote_descricao}}));},InsertRecordLotePregao:function(pre_id,lote_id,lote_descricao,config){Coolite.AjaxMethod</code><code>.request("InsertRecordLotePregao",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,lote_descricao</code><code>:lote_descricao}}));},RemoveLote:function(lote_id,pre_id,config){Coolite.AjaxMethod.request("RemoveLote"</code><code>,Ext.apply(config || {}, {params:{lote_id:lote_id,pre_id:pre_id}}));},RemoveFornecedor:function(pre_id</code><code>,for_id,config){Coolite.AjaxMethod.request("RemoveFornecedor",Ext.apply(config || {}, {params:{pre_id</code><code>:pre_id,for_id:for_id}}));},AssociateFornecedor:function(pre_id,for_id,for_nome,for_cnpj,for_tipo,config</code><code>){Coolite.AjaxMethod.request("AssociateFornecedor",Ext.apply(config || {}, {params:{pre_id:pre_id,for_id</code><code>:for_id,for_nome:for_nome,for_cnpj:for_cnpj,for_tipo:for_tipo}}));},IsAssociateFornecedor:function(pre_id</code><code>,for_id,for_nome,config){Coolite.AjaxMethod.request("IsAssociateFornecedor",Ext.apply(config || {}, </code><code>{params:{pre_id:pre_id,for_id:for_id,for_nome:for_nome}}));},GetHeader:function(pre_id,lote_id,config</code><code>){Coolite.AjaxMethod.request("GetHeader",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id</code><code>}}));},GetDadosVez:function(pre_id,lote_id,config){Coolite.AjaxMethod.request("GetDadosVez",Ext.apply</code><code>(config || {}, {params:{pre_id:pre_id,lote_id:lote_id}}));},ConfirmaLance:function(pre_id,lote_id,for_id</code><code>,lan_valor,config){Coolite.AjaxMethod.request("ConfirmaLance",Ext.apply(config || {}, {params:{pre_id</code><code>:pre_id,lote_id:lote_id,for_id:for_id,lan_valor:lan_valor}}));},DeclinaLance:function(pre_id,lote_id</code><code>,for_id,config){Coolite.AjaxMethod.request("DeclinaLance",Ext.apply(config || {}, {params:{pre_id:pre_id</code><code>,lote_id:lote_id,for_id:for_id}}));},MelhorOferta:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod</code><code>.request("MelhorOferta",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id</code><code>}}));},Inabilitar:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod.request("Inabilitar",Ext</code><code>.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id}}));} });this.ctl01_StoreListView2</code><code>=new Coolite.Ext.Store({id:"ctl01_StoreListView2",ajaxEventConfig:{formProxyArg:"form1"},reader:new Ext</code><code>.data.ArrayReader({fields:[{type:"string",name:"Fornecedor Fora da Fase Competitiva"},{type:"string"</code><code>,name:"Preço"},{type:"string",name:"(% do menor)"},{type:"string",name:"Situação"},{type:"string",name</code><code>:"Data"}]}),autoLoad:true});ctl01_StoreListView2.proxy=new Ext.data.PagingMemoryProxy({});this.ctl01_StoreLances</code><code>=new Coolite.Ext.Store({id:"ctl01_StoreLances",groupField:"etapa_descricao",ajaxEventConfig:{formProxyArg</code><code>:"form1",type:"load"},reader:new Ext.data.JsonReader({fields:[{type:"int",name:"pre_id"},{type:"int"</code><code>,name:"lote_id"},{type:"int",name:"for_id"},{type:"int",name:"for_tipo"},{type:"int",name:"etapa_id"</code><code>},{type:"string",name:"etapa_descricao"},{type:"string",name:"lan_valor"},{type:"string",name:"lan_perc"</code><code>},{type:"string",name:"lan_status"},{type:"string",name:"lan_statusproposta"},{type:"string",name:"lan_data"</code><code>},{type:"int",name:"lan_num_rodada"},{type:"string",name:"for_nome"}],id:"LancesReader"}),proxy:new Coolite</code><code>.Ext.DataSourceProxy({}),autoLoad:{params:{"cod_pre":"{0}","cod_lote":"{0}"}}});ctl01_StoreLances.on</code><code>("beforeload",function(store,options){if(!options.params){options.params = {};};Ext.apply(options.params</code><code>,{"cod_pre":pre_id,"cod_lote":lote_id});Ext.applyIf(options.params,{});});this.ctl01_RowSelectionModelListView1</code><code>=new Ext.grid.RowSelectionModel({proxyId:"ctl01_RowSelectionModelListView1"});this.ctl01_GroupingView1</code><code>=new Ext.grid.GroupingView({proxyId:"ctl01_GroupingView1",forceFit:true,enableRowBody:true,hideGroupedColumn</code><code>:true,groupTextTpl:"{text} ::"});this.ctl01_ColumnModelListView1</code><code>=new Ext.grid.ColumnModel({proxyId:"ctl01_ColumnModelListView1",columns:[{width:5,groupable:false,renderer</code><code>:meRenderer,dataIndex:"for_tipo",id:"for_tipo"},{width:252,groupable:false,header:"Fornecedor",dataIndex</code><code>:"for_nome",id:"for_nome"},{width:120,groupable:false,header:"Preço",dataIndex:"lan_valor",id:"lan_valor"</code><code>},{width:104,groupable:false,header:"(% do menor)",dataIndex:"lan_perc",id:"lan_perc"},{width:132,groupable</code><code>:false,header:"Situação",dataIndex:"lan_status",id:"lan_status"},{width:132,groupable:false,header:"Situa</code><code>ção Proposta",dataIndex:"lan_statusproposta",id:"lan_statusproposta"},{width:117,groupable:false,header</code><code>:"Data",dataIndex:"lan_data",id:"lan_data"},{width:5,groupable:false,header:"etapa_id",dataIndex:"etapa_id"</code><code>,id:"etapa_id"},{width:5,groupable:false,header:":",dataIndex:"etapa_descricao",id:"etapa_descricao"</code><code>}]});new Ext.Panel({id:"ctl01_Panel1",monitorResize:true,renderTo:"ctl01_Panel1_Container",width:911</code><code>,height:668,layout:"absolute",items:[{id:"ctl01_GroupBoxPregao",xtype:"fieldset",y:5,x:12,width:887,height</code><code>:140,layout:"absolute",items:[{id:"ctl01_lblEmpresaNome",xtype:"label",y:16,x:328},{id:"ctl01_lblPregoeiroNome"</code><code>,xtype:"label",y:52,x:100},{id:"ctl01_lblPregoeiro",xtype:"label",y:52,x:7,text:"Pregoeiro"},{id:"ctl01_lblLoteNome"</code><code>,xtype:"label",y:104,x:100},{id:"ctl01_lblLote",xtype:"label",y:104,x:7,text:"Lote"},{id:"ctl01_lblPregaoNome"</code><code>,xtype:"label",y:78,x:100},{id:"ctl01_lblPregao",xtype:"label",y:78,x:7,text:"Pregão"}]},{id:"ctl01_GroupBoxFornecedor"</code><code>,xtype:"fieldset",y:150,x:12,width:887,height:110,layout:"absolute",items:[{id:"ctl01_PanelButton3",y</code><code>:61,x:800,width:75,items:[{id:"ctl01_btnDeclinar",xtype:"button",text:"Declinar",listeners:{click:{fn</code><code>:function(){
    </code><code>                                        
    </code><code>                                            // Mantém o nome do fornecedor da vez
    </code><code>                                            var for_nome = Ext.getCmp('ctl01_lblFornecedorNome').getText</code><code>();
    </code><code>                                        
    </code><code>                                            Ext.Msg.confirm('Atenção', 'O fornecedor ' + for_nome + '</code><code> está declinando, confirma operação ?', function(btn) {
    </code><code>                                                if (btn == 'yes') {
    </code><code>                                                    Coolite.AjaxMethods.DeclinaLance(pre_id,lote_id,for_id</code><code>,{
    </code><code>                                                        eventMask:{
    </code><code>                                                            showMask:true
    </code><code>                                                            ,msg:'Declinando fornecedor...'
    </code><code>                                                        }
    </code><code>                                                        ,success: function(result){
    </code><code>                                                            if (!result){
    </code><code>                                                                Ext.Msg.alert('Atenção', 'Problemas declinando</code><code> o fornecedor ' + for_nome);
    </code><code>                                                            }
    </code><code>                                                            
    </code><code>                                                            // Define o fornecedor da vez
    </code><code>                                                            getDadosVez(pre_id, lote_id);
    </code><code>                                                            ctl01_StoreLances.reload();
    </code><code>                                                        }
    </code><code>                                                        ,failure: function(result){
    </code><code>                                                            Ext.Msg.alert('Atenção', 'Problemas durante</code><code> a comunicação com o servidor [declinando fornecedor]');
    </code><code>                                                        }
    </code><code>                                                    });
    </code><code>                                                }
    </code><code>                                            });                        
    </code><code>                                        
    </code><code>...
    </code><code></head>
    </code><code><body>
    </code><code>    <form name="form1" method="post" action="control_factory.aspx?1249411686674&amp;amp;control=faseCompetitiva</code><code>.ascx&amp;amp;width=911&amp;amp;height=668&amp;amp;_dc=1249411752721&amp;amp;submitAjaxEventConfig=%7b%22config%22%3a</code><code>%7b%22__EVENTTARGET%22%3a%22ScriptManager1%22%2c%22__EVENTARGUMENT%22%3a%22ctl01_StoreLances%7cpostback</code><code>%7crefresh%22%2c%22extraParams%22%3a%7b%22cod_pre%22%3a184%2c%22cod_lote%22%3a182%7d%7d%7d" id="form1"</code><code>>
    </code><code>
    </code><code><input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    </code><code><input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    </code><code><input type="hidden" name="__VIEWSTATEFIELDCOUNT" id="__VIEWSTATEFIELDCOUNT" value="286" />
    </code><code><input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzODg0MjQyMjAPZBYCAgUPZBYGAgMPD2QPEBYCZg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE1" id="__VIEWSTATE1" value="IBFgIWAh4OUGFyYW1ldGVyVmFsdWVkFgIfAGQWAgIDAgNkZAIF"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE2" id="__VIEWSTATE2" value="DxQqElN5c3RlbS5XZWIuVUkuUGFpcgEPBQl2c01lbWJlcnMUKw"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE3" id="__VIEWSTATE3" value="ADDwUKQmFzZVBhcmFtcw8CAhQrAAIUKwQBDwUEYmFzZRYGHgRO"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE4" id="__VIEWSTATE4" value="YW1lBQdjb2RfcHJlHgVWYWx1ZQUGcHJlX2lkHgRNb2RlCyl1Q2"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE5" id="__VIEWSTATE5" value="9vbGl0ZS5FeHQuV2ViLlBhcmFtZXRlck1vZGUsIENvb2xpdGUu"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE6" id="__VIEWSTATE6" value="RXh0LldlYiwgVmVyc2lvbj0wLjguMC4zMDQwNiwgQ3VsdHVyZT"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE7" id="__VIEWSTATE7" value="1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1mNThjOTUyZTlhYTVi"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE8" id="__VIEWSTATE8" value="ODBhABQrBAEPBQRiYXNlFgYfAQUIY29kX2xvdGUfAgUHbG90ZV"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE9" id="__VIEWSTATE9" value="9pZB8DCysFAA8FDkF1dG9Mb2FkUGFyYW1zDwICFCsAAhQrBAEP"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE10" id="__VIEWSTATE10" value="BQRiYXNlFgQfAQUHY29kX3ByZR8CBQN7MH0UKwQBDwUEYmFzZR"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE11" id="__VIEWSTATE11" value="YEHwEFCGNvZF9sb3RlHwIFA3swfQ8FBlJlYWRlchQrBAEPBQRi"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE12" id="__VIEWSTATE12" value="YXNlFgIeCFJlYWRlcklEBQxMYW5jZXNSZWFkZXJkAgcPFCsEAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE13" id="__VIEWSTATE13" value="8FBGJhc2UPFgQeBkhlaWdodBsAAAAAAOCEQAEAAAAeBVdpZHRo"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE14" id="__VIEWSTATE14" value="GwAAAAAAeIxAAQAAAGQPBQl2c01lbWJlcnMUKwABDwUJTGlzdG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE15" id="__VIEWSTATE15" value="VuZXJzFCsAAQ8FBlJlbmRlchQrBAEPBQRiYXNlFgIeB0hhbmRs"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE16" id="__VIEWSTATE16" value="ZXIFtwJmdW5jdGlvbihwYXJhbSl7DQogICAgICAgIA0KICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE17" id="__VIEWSTATE17" value="AgICAgICAgLy8gRGVmaW5lIG8gY8OzZGlnbyBkbyBwcmVnw6Nv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE18" id="__VIEWSTATE18" value="IGUgZG8gbG90ZQ0KICAgICAgICAgICAgcHJlX2lkID0gcGFyZW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE19" id="__VIEWSTATE19" value="50LnduZEZhc2VDb21wZXRpdGl2YTEucHJlX2lkOzsNCiAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE20" id="__VIEWSTATE20" value="ICAgICAgIGxvdGVfaWQgPSBwYXJlbnQud25kRmFzZUNvbXBldG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE21" id="__VIEWSTATE21" value="l0aXZhMS5sb3RlX2lkOw0KDQogICAgICAgICAgICBkZWZpbmVI"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE22" id="__VIEWSTATE22" value="ZWFkZXIocHJlX2lkLCBsb3RlX2lkKTsNCiAgICAgICAgICAgIG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE23" id="__VIEWSTATE23" value="dldERhZG9zVmV6KHByZV9pZCwgbG90ZV9pZCk7DQogICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE24" id="__VIEWSTATE24" value="ICAgICANCiAgICAgICAgfRYEZg9kFgYCAQ8UKwQBDwUJdnNNZW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE25" id="__VIEWSTATE25" value="1iZXJzFCsAAQ8FCUxpc3RlbmVycxQrAAEPBQVDbGljaxQrBAEP"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE26" id="__VIEWSTATE26" value="BQRiYXNlFgIfBwVqZnVuY3Rpb24oKXsNCiAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE27" id="__VIEWSTATE27" value="AgICAgICAgICAgICAgICAje2xibEZvcm5lY2Vkb3JOb21lfS5z"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE28" id="__VIEWSTATE28" value="ZXRUZXh0KCd0ZXN0ZScpOw0KICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE29" id="__VIEWSTATE29" value="AgICAgfWQCAg8UKwQBDwUJdnNNZW1iZXJzFCsAAQ8FCUxpc3Rl"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE30" id="__VIEWSTATE30" value="bmVycxQrAAEPBQVDbGljaxQrBAEPBQRiYXNlFgIfBwWgDmZ1bm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE31" id="__VIEWSTATE31" value="N0aW9uKCl7DQogICAgICAgICAgICAgICAgICAgICAgICANCiAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE32" id="__VIEWSTATE32" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBNYW50w6ltIG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE33" id="__VIEWSTATE33" value="8gbm9tZSBkbyBmb3JuZWNlZG9yIGRhIHZleg0KICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE34" id="__VIEWSTATE34" value="ICAgICAgICAgICAgICAgICAgIHZhciBmb3Jfbm9tZSA9IEV4dC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE35" id="__VIEWSTATE35" value="5nZXRDbXAoJ2N0bDAxX2xibEZvcm5lY2Vkb3JOb21lJykuZ2V0"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE36" id="__VIEWSTATE36" value="VGV4dCgpOw0KICAgICAgICAgICAgICAgICAgICAgICAgDQogIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE37" id="__VIEWSTATE37" value="AgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5jb25m"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE38" id="__VIEWSTATE38" value="aXJtKCdBdGVuw6fDo28nLCAnTyBmb3JuZWNlZG9yICcgKyBmb3"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE39" id="__VIEWSTATE39" value="Jfbm9tZSArICcgc2Vyw6EgZGVjbGFyYWRvIGRlIG1lbGhvciBv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE40" id="__VIEWSTATE40" value="ZmVydGEsIGNvbmZpcm1hIG9wZXJhw6fDo28gPycsIGZ1bmN0aW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE41" id="__VIEWSTATE41" value="9uKGJ0bikgew0KICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE42" id="__VIEWSTATE42" value="ICAgICBpZiAoYnRuID09ICd5ZXMnKSB7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE43" id="__VIEWSTATE43" value="AgICAgICAgICAgICAgICAgICAgICAgICBDb29saXRlLkFqYXhN"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE44" id="__VIEWSTATE44" value="ZXRob2RzLk1lbGhvck9mZXJ0YShwcmVfaWQsbG90ZV9pZCxmb3"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE45" id="__VIEWSTATE45" value="JfaWQsew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE46" id="__VIEWSTATE46" value="ICAgICAgICAgIGV2ZW50TWFzazp7DQogICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE47" id="__VIEWSTATE47" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNob3dNYXNr"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE48" id="__VIEWSTATE48" value="OnRydWUNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE49" id="__VIEWSTATE49" value="AgICAgICAgICAgICAgLG1zZzonQ29uZmlybWFuZG8gbWVsaG9y"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE50" id="__VIEWSTATE50" value="IG9mZXJ0YS4uLicNCiAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE51" id="__VIEWSTATE51" value="AgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE52" id="__VIEWSTATE52" value="ICAgICAgICAgICAgICAgICAgICAgLHN1Y2Nlc3M6IGZ1bmN0aW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE53" id="__VIEWSTATE53" value="9uKHJlc3VsdCl7DQogICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE54" id="__VIEWSTATE54" value="ICAgICAgICAgICAgICAgICAgIGlmICghcmVzdWx0KXsNCiAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE55" id="__VIEWSTATE55" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE56" id="__VIEWSTATE56" value="ICAgICAgIEV4dC5Nc2cuYWxlcnQoJ0F0ZW7Dp8OjbycsICdQcm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE57" id="__VIEWSTATE57" value="9ibGVtYXMgY29uZmlybWFuZG8gbWVsaG9yIG9mZXJ0YSBkbyBm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE58" id="__VIEWSTATE58" value="b3JuZWNlZG9yICcgKyBmb3Jfbm9tZSk7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE59" id="__VIEWSTATE59" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE60" id="__VIEWSTATE60" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE61" id="__VIEWSTATE61" value="AgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE62" id="__VIEWSTATE62" value="ICAgICAgICAgICAgIC8vIERlZmluZSBvIGZvcm5lY2Vkb3IgZG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE63" id="__VIEWSTATE63" value="EgdmV6DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE64" id="__VIEWSTATE64" value="ICAgICAgICAgICAgIGdldERhZG9zVmV6KHByZV9pZCwgbG90ZV"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE65" id="__VIEWSTATE65" value="9pZCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE66" id="__VIEWSTATE66" value="ICAgICAgICAgICAgICN7U3RvcmVMYW5jZXN9LnJlbG9hZCgpOw"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE67" id="__VIEWSTATE67" value="0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE68" id="__VIEWSTATE68" value="ICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE69" id="__VIEWSTATE69" value="AgICAgICAgICAsZmFpbHVyZTogZnVuY3Rpb24ocmVzdWx0KXsN"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE70" id="__VIEWSTATE70" value="CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE71" id="__VIEWSTATE71" value="AgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6NvJywgJ1By"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE72" id="__VIEWSTATE72" value="b2JsZW1hcyBkdXJhbnRlIGEgY29tdW5pY2HDp8OjbyBjb20gby"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE73" id="__VIEWSTATE73" value="BzZXJ2aWRvciBbY29uZmlybWFuZG8gbWVsaG9yIG9mZXJ0YV0n"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE74" id="__VIEWSTATE74" value="KTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE75" id="__VIEWSTATE75" value="AgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE76" id="__VIEWSTATE76" value="ICAgICAgICB9KTsNCiAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE77" id="__VIEWSTATE77" value="AgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE78" id="__VIEWSTATE78" value="IH0pOyANCiAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE79" id="__VIEWSTATE79" value="AgICAgICAgICAgICAgICAgICAgfWQCCA8UKwQBDwUJdnNNZW1i"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE80" id="__VIEWSTATE80" value="ZXJzFCsAAQ8FCUxpc3RlbmVycxQrAAEPBQVDbGljaxQrBAEPBQ"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE81" id="__VIEWSTATE81" value="RiYXNlFgIfBwX8DWZ1bmN0aW9uKCl7DQogICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE82" id="__VIEWSTATE82" value="ICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE83" id="__VIEWSTATE83" value="AgICAvLyBNYW50w6ltIG8gbm9tZSBkbyBmb3JuZWNlZG9yIGRh"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE84" id="__VIEWSTATE84" value="IHZleg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhci"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE85" id="__VIEWSTATE85" value="Bmb3Jfbm9tZSA9IEV4dC5nZXRDbXAoJ2N0bDAxX2xibEZvcm5l"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE86" id="__VIEWSTATE86" value="Y2Vkb3JOb21lJykuZ2V0VGV4dCgpOw0KICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE87" id="__VIEWSTATE87" value="AgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE88" id="__VIEWSTATE88" value="ICAgRXh0Lk1zZy5jb25maXJtKCdBdGVuw6fDo28nLCAnTyBmb3"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE89" id="__VIEWSTATE89" value="JuZWNlZG9yICcgKyBmb3Jfbm9tZSArICcgc2Vyw6EgaW5hYmls"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE90" id="__VIEWSTATE90" value="aXRhZG8sIGNvbmZpcm1hIG9wZXJhw6fDo28gPycsIGZ1bmN0aW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE91" id="__VIEWSTATE91" value="9uKGJ0bikgew0KICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE92" id="__VIEWSTATE92" value="ICAgICBpZiAoYnRuID09ICd5ZXMnKSB7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE93" id="__VIEWSTATE93" value="AgICAgICAgICAgICAgICAgICAgICAgICBDb29saXRlLkFqYXhN"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE94" id="__VIEWSTATE94" value="ZXRob2RzLkluYWJpbGl0YXIocHJlX2lkLGxvdGVfaWQsZm9yX2"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE95" id="__VIEWSTATE95" value="lkLHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE96" id="__VIEWSTATE96" value="ICAgICAgICBldmVudE1hc2s6ew0KICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE97" id="__VIEWSTATE97" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICBzaG93TWFzazp0"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE98" id="__VIEWSTATE98" value="cnVlDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE99" id="__VIEWSTATE99" value="AgICAgICAgICAgICxtc2c6J0luYWJpbGl0YW5kbyBmb3JuZWNl"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE100" id="__VIEWSTATE100" value="ZG9yLi4uJw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE101" id="__VIEWSTATE101" value="AgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE102" id="__VIEWSTATE102" value="ICAgICAgICAgICAgICAgICAsc3VjY2VzczogZnVuY3Rpb24ocm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE103" id="__VIEWSTATE103" value="VzdWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE104" id="__VIEWSTATE104" value="ICAgICAgICAgICAgICAgaWYgKCFyZXN1bHQpew0KICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE105" id="__VIEWSTATE105" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE106" id="__VIEWSTATE106" value="ICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6NvJywgJ1Byb2JsZW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE107" id="__VIEWSTATE107" value="1hcyBpbmFiaWxpdGFuZG8gbyBmb3JuZWNlZG9yICcgKyBmb3Jf"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE108" id="__VIEWSTATE108" value="bm9tZSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE109" id="__VIEWSTATE109" value="AgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE110" id="__VIEWSTATE110" value="ICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE111" id="__VIEWSTATE111" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIERl"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE112" id="__VIEWSTATE112" value="ZmluZSBvIGZvcm5lY2Vkb3IgZGEgdmV6DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE113" id="__VIEWSTATE113" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGdldERh"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE114" id="__VIEWSTATE114" value="ZG9zVmV6KHByZV9pZCwgbG90ZV9pZCk7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE115" id="__VIEWSTATE115" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICN7U3Rv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE116" id="__VIEWSTATE116" value="cmVMYW5jZXN9LnJlbG9hZCgpOw0KICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE117" id="__VIEWSTATE117" value="AgICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE118" id="__VIEWSTATE118" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAsZmFpbHVyZT"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE119" id="__VIEWSTATE119" value="ogZnVuY3Rpb24ocmVzdWx0KXsNCiAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE120" id="__VIEWSTATE120" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5hbG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE121" id="__VIEWSTATE121" value="VydCgnQXRlbsOnw6NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE122" id="__VIEWSTATE122" value="Y29tdW5pY2HDp8OjbyBjb20gbyBzZXJ2aWRvciBbaW5hYmlsaX"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE123" id="__VIEWSTATE123" value="RhbmRvIGZvcm5lY2Vkb3JdJyk7DQogICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE124" id="__VIEWSTATE124" value="ICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE125" id="__VIEWSTATE125" value="AgICAgICAgICAgICAgICAgICAgICAgICAgfSk7DQogICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE126" id="__VIEWSTATE126" value="ICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE127" id="__VIEWSTATE127" value="AgICAgICAgICAgICAgICAgICB9KTsNCiAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE128" id="__VIEWSTATE128" value="ICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgfW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE129" id="__VIEWSTATE129" value="QCAQ8WAh4FY2xhc3MFCHgtaGlkZGVuFgICAQ9kFgRmD2QWAmYP"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE130" id="__VIEWSTATE130" value="FgIfCAUIeC1oaWRkZW5kAgEPZBYCZg8WAh8IBQh4LWhpZGRlbh"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE131" id="__VIEWSTATE131" value="YCAgEPZBYGZg9kFgJmDxYCHwgFCHgtaGlkZGVuFgICAQ9kFgJm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE132" id="__VIEWSTATE132" value="DxQrBAEPBQl2c01lbWJlcnMUKwABDwUJTGlzdGVuZXJzFCsAAQ"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE133" id="__VIEWSTATE133" value="8FBUNsaWNrFCsEAQ8FBGJhc2UWAh8HBc8RZnVuY3Rpb24oKXsN"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE134" id="__VIEWSTATE134" value="CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE135" id="__VIEWSTATE135" value="AgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE136" id="__VIEWSTATE136" value="ICAgICAgICAgICAgLy8gTWFudMOpbSBvIG5vbWUgZG8gZm9ybm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE137" id="__VIEWSTATE137" value="VjZWRvciBkYSB2ZXoNCiAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE138" id="__VIEWSTATE138" value="ICAgICAgICAgICAgICAgICAgICAgdmFyIGZvcl9ub21lID0gRX"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE139" id="__VIEWSTATE139" value="h0LmdldENtcCgnY3RsMDFfbGJsRm9ybmVjZWRvck5vbWUnKS5n"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE140" id="__VIEWSTATE140" value="ZXRUZXh0KCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE141" id="__VIEWSTATE141" value="AgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE142" id="__VIEWSTATE142" value="ICAgICAgICAgICAgICAgICAgICAgIEV4dC5Nc2cuY29uZmlybS"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE143" id="__VIEWSTATE143" value="gnQXRlbsOnw6NvJywgJ08gZm9ybmVjZWRvciAnICsgZm9yX25v"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE144" id="__VIEWSTATE144" value="bWUgKyAnIGVzdMOhIGRlY2xpbmFuZG8sIGNvbmZpcm1hIG9wZX"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE145" id="__VIEWSTATE145" value="Jhw6fDo28gPycsIGZ1bmN0aW9uKGJ0bikgew0KICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE146" id="__VIEWSTATE146" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE147" id="__VIEWSTATE147" value="AgaWYgKGJ0biA9PSAneWVzJykgew0KICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE148" id="__VIEWSTATE148" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIE"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE149" id="__VIEWSTATE149" value="Nvb2xpdGUuQWpheE1ldGhvZHMuRGVjbGluYUxhbmNlKHByZV9p"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE150" id="__VIEWSTATE150" value="ZCxsb3RlX2lkLGZvcl9pZCx7DQogICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE151" id="__VIEWSTATE151" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE152" id="__VIEWSTATE152" value="IGV2ZW50TWFzazp7DQogICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE153" id="__VIEWSTATE153" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBz"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE154" id="__VIEWSTATE154" value="aG93TWFzazp0cnVlDQogICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE155" id="__VIEWSTATE155" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAs"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE156" id="__VIEWSTATE156" value="bXNnOidEZWNsaW5hbmRvIGZvcm5lY2Vkb3IuLi4nDQogICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE157" id="__VIEWSTATE157" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE158" id="__VIEWSTATE158" value="ICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE159" id="__VIEWSTATE159" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLHN1"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE160" id="__VIEWSTATE160" value="Y2Nlc3M6IGZ1bmN0aW9uKHJlc3VsdCl7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE161" id="__VIEWSTATE161" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE162" id="__VIEWSTATE162" value="ICAgICAgICAgICBpZiAoIXJlc3VsdCl7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE163" id="__VIEWSTATE163" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE164" id="__VIEWSTATE164" value="ICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE165" id="__VIEWSTATE165" value="NvJywgJ1Byb2JsZW1hcyBkZWNsaW5hbmRvIG8gZm9ybmVjZWRv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE166" id="__VIEWSTATE166" value="ciAnICsgZm9yX25vbWUpOw0KICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE167" id="__VIEWSTATE167" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE168" id="__VIEWSTATE168" value="ICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE169" id="__VIEWSTATE169" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE170" id="__VIEWSTATE170" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE171" id="__VIEWSTATE171" value="AgICAgICAgICAgICAgICAvLyBEZWZpbmUgbyBmb3JuZWNlZG9y"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE172" id="__VIEWSTATE172" value="IGRhIHZleg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE173" id="__VIEWSTATE173" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZ2V0RGFk"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE174" id="__VIEWSTATE174" value="b3NWZXoocHJlX2lkLCBsb3RlX2lkKTsNCiAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE175" id="__VIEWSTATE175" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE176" id="__VIEWSTATE176" value="ICAgICAgICAgICN7U3RvcmVMYW5jZXN9LnJlbG9hZCgpOw0KIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE177" id="__VIEWSTATE177" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE178" id="__VIEWSTATE178" value="ICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE179" id="__VIEWSTATE179" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE180" id="__VIEWSTATE180" value="ICxmYWlsdXJlOiBmdW5jdGlvbihyZXN1bHQpew0KICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE181" id="__VIEWSTATE181" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE182" id="__VIEWSTATE182" value="ICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE183" id="__VIEWSTATE183" value="NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEgY29tdW5pY2HDp8Oj"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE184" id="__VIEWSTATE184" value="byBjb20gbyBzZXJ2aWRvciBbZGVjbGluYW5kbyBmb3JuZWNlZG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE185" id="__VIEWSTATE185" value="9yXScpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE186" id="__VIEWSTATE186" value="ICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE187" id="__VIEWSTATE187" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE188" id="__VIEWSTATE188" value="ICAgICAgfSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE189" id="__VIEWSTATE189" value="AgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE190" id="__VIEWSTATE190" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOyAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE191" id="__VIEWSTATE191" value="AgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE192" id="__VIEWSTATE192" value="ICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE193" id="__VIEWSTATE193" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1kAgEPZBYC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE194" id="__VIEWSTATE194" value="Zg8WAh8IBQh4LWhpZGRlbhYCAgEPZBYCZg8UKwQBDwUJdnNNZW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE195" id="__VIEWSTATE195" value="1iZXJzFCsAAQ8FCUxpc3RlbmVycxQrAAEPBQVDbGljaxQrBAEP"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE196" id="__VIEWSTATE196" value="BQRiYXNlFgIfBwXwE2Z1bmN0aW9uKCl7DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE197" id="__VIEWSTATE197" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE198" id="__VIEWSTATE198" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE199" id="__VIEWSTATE199" value="ZhciB2YWxvckxhbmNlID0gcGFyc2VGbG9hdChmb3JtYXRNb25l"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE200" id="__VIEWSTATE200" value="eSgje3R4dFZhbG9yTGFuY2V9LmdldFZhbHVlKCkpKSB8fCAwOw"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE201" id="__VIEWSTATE201" value="0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE202" id="__VIEWSTATE202" value="ICAgICAgICB2YXIgdmFsb3JMaW1pdGUgPSBwYXJzZUZsb2F0KG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE203" id="__VIEWSTATE203" value="Zvcm1hdE1vbmV5KCN7dHh0VmFsb3JMaW1pdGV9LmdldFZhbHVl"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE204" id="__VIEWSTATE204" value="KCkpKSB8fCAwOw0KICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE205" id="__VIEWSTATE205" value="AgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE206" id="__VIEWSTATE206" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHZhbG9yTG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE207" id="__VIEWSTATE207" value="FuY2UgPiB2YWxvckxpbWl0ZSl7DQogICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE208" id="__VIEWSTATE208" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBFeHQuTX"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE209" id="__VIEWSTATE209" value="NnLmFsZXJ0KCdBdGVuw6fDo28nLCdWYWxvciBkbyBsYW5jZSBk"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE210" id="__VIEWSTATE210" value="ZXZlIHNlciBtZW5vciBvdSBpZ3VhbCBhbyB2YWxvciBsaW1pdG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE211" id="__VIEWSTATE211" value="UhJyk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE212" id="__VIEWSTATE212" value="ICAgICAgICAgICAgICAgICByZXR1cm47DQogICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE213" id="__VIEWSTATE213" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE214" id="__VIEWSTATE214" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE215" id="__VIEWSTATE215" value="AgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE216" id="__VIEWSTATE216" value="ICAgICAgICAgICAgIGlmICh2YWxvckxhbmNlID09IDApew0KIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE217" id="__VIEWSTATE217" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE218" id="__VIEWSTATE218" value="ICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6NvJywnVm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE219" id="__VIEWSTATE219" value="Fsb3IgZG8gbGFuY2UgZGV2ZSBzZXIgbWFpb3IgZG8gcXVlIHpl"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE220" id="__VIEWSTATE220" value="cm8hJyk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE221" id="__VIEWSTATE221" value="AgICAgICAgICAgICAgICAgICByZXR1cm47DQogICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE222" id="__VIEWSTATE222" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCi"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE223" id="__VIEWSTATE223" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE224" id="__VIEWSTATE224" value="ICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE225" id="__VIEWSTATE225" value="AgICAgICAgICAgICAgIC8vIFJlYWxpemEgYSBwZXJzaXN0w6pu"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE226" id="__VIEWSTATE226" value="Y2lhIGRvIGxhbmNlDQogICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE227" id="__VIEWSTATE227" value="AgICAgICAgICAgICAgICAgICAgIENvb2xpdGUuQWpheE1ldGhv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE228" id="__VIEWSTATE228" value="ZHMuQ29uZmlybWFMYW5jZShwcmVfaWQsbG90ZV9pZCxmb3JfaW"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE229" id="__VIEWSTATE229" value="QsdmFsb3JMYW5jZSx7DQogICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE230" id="__VIEWSTATE230" value="ICAgICAgICAgICAgICAgICAgICAgICAgICBldmVudE1hc2s6ew"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE231" id="__VIEWSTATE231" value="0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE232" id="__VIEWSTATE232" value="ICAgICAgICAgICAgICAgIHNob3dNYXNrOnRydWUNCiAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE233" id="__VIEWSTATE233" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE234" id="__VIEWSTATE234" value="ICAgICAgICAsbXNnOidDb25maXJtYW5kbyBsYW5jZS4uLicNCi"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE235" id="__VIEWSTATE235" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE236" id="__VIEWSTATE236" value="ICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE237" id="__VIEWSTATE237" value="AgICAgICAgICAgICAgICAgICAgICAgICxzdWNjZXNzOiBmdW5j"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE238" id="__VIEWSTATE238" value="dGlvbihyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE239" id="__VIEWSTATE239" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICghcmVz"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE240" id="__VIEWSTATE240" value="dWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE241" id="__VIEWSTATE241" value="AgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVy"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE242" id="__VIEWSTATE242" value="dCgnQXRlbsOnw6NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEgY2"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE243" id="__VIEWSTATE243" value="9uZmlybWHDp8OjbyBkbyBsYW5jZSEnKTsNCiAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE244" id="__VIEWSTATE244" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE245" id="__VIEWSTATE245" value="AgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE246" id="__VIEWSTATE246" value="ICAgICAgICAgICAgICAgICAgICAgLy8gRGVmaW5lIG8gZm9ybm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE247" id="__VIEWSTATE247" value="VjZWRvciBkYSB2ZXoNCiAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE248" id="__VIEWSTATE248" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICBnZXREYWRvc1"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE249" id="__VIEWSTATE249" value="ZleihwcmVfaWQsIGxvdGVfaWQpOw0KICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE250" id="__VIEWSTATE250" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE251" id="__VIEWSTATE251" value="N7U3RvcmVMYW5jZXN9LnJlbG9hZCgpOw0KICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE252" id="__VIEWSTATE252" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE253" id="__VIEWSTATE253" value="0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE254" id="__VIEWSTATE254" value="ICAgICAgICAgICAgLGZhaWx1cmU6IGZ1bmN0aW9uKHJlc3VsdC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE255" id="__VIEWSTATE255" value="l7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE256" id="__VIEWSTATE256" value="ICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbs"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE257" id="__VIEWSTATE257" value="Onw6NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEgY29tdW5pY2HD"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE258" id="__VIEWSTATE258" value="p8OjbyBjb20gbyBzZXJ2aWRvciBbY29uZmlybWHDp8OjbyBkby"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE259" id="__VIEWSTATE259" value="BsYW5jZV0nKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE260" id="__VIEWSTATE260" value="ICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE261" id="__VIEWSTATE261" value="AgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7DQog"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE262" id="__VIEWSTATE262" value="ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE263" id="__VIEWSTATE263" value="AgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE264" id="__VIEWSTATE264" value="ICAgICAgfWQCCg8UKwQBDwUJdnNNZW1iZXJzFCsAAQ8FCUxpc3"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE265" id="__VIEWSTATE265" value="RlbmVycxQrAAEPBQZDaGFuZ2UUKwQBDwUEYmFzZRYCHwcFogFl"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE266" id="__VIEWSTATE266" value="bC5zZXRWYWx1ZSgNCiAgICAgICAgICAgICAgICAgICAgICAgIC"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE267" id="__VIEWSTATE267" value="AgICAgICAgbmV3VmFsdWUucmVwbGFjZSgvWy5dL2csICcqJyku"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE268" id="__VIEWSTATE268" value="DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlcG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE269" id="__VIEWSTATE269" value="xhY2UoL1sqXS9nLCAnLCcpDQogICAgICAgICAgICAgICAgICAg"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE270" id="__VIEWSTATE270" value="ICAgICAgICAgKTtkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdE"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE271" id="__VIEWSTATE271" value="JhY2tLZXlfXxYXBQ5TY3JpcHRNYW5hZ2VyMQUMY3RsMDEkUGFu"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE272" id="__VIEWSTATE272" value="ZWwxBRNjdGwwMSRidG5EYWRvc0xvdGVzBRZjdGwwMSRidG5DbG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE273" id="__VIEWSTATE273" value="Fzc2lmaWNhY2FvBRVjdGwwMSRidG5NZWxob3JPZmVydGEFGWN0"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE274" id="__VIEWSTATE274" value="bDAxJGJ0blByZWNvSW5hY2Vzc2l2ZWwFGWN0bDAxJGJ0bkVuY2"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE275" id="__VIEWSTATE275" value="VycmFtZW50b0xvdGUFFmN0bDAxJGJ0bkRlc2ZhemVyTGFuY2UF"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE276" id="__VIEWSTATE276" value="DmN0bDAxJGJ0bkF0aXZhBQ9jdGwwMSRidG5GZWNoYXIFE2N0bD"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE277" id="__VIEWSTATE277" value="AxJGJ0bkluYWJpbGl0YXIFFGN0bDAxJEdyb3VwQm94UHJlZ2Fv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE278" id="__VIEWSTATE278" value="BRhjdGwwMSRHcm91cEJveEZvcm5lY2Vkb3IFEmN0bDAxJFBhbm"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE279" id="__VIEWSTATE279" value="VsQnV0dG9uMwURY3RsMDEkYnRuRGVjbGluYXIFEmN0bDAxJFBh"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE280" id="__VIEWSTATE280" value="bmVsQnV0dG9uMQUSY3RsMDEkYnRuQ29uZmlybWFyBRRjdGwwMS"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE281" id="__VIEWSTATE281" value="R0eHRWYWxvckxpbWl0ZQUTY3RsMDEkdHh0TWVub3JMYW5jZQUU"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE282" id="__VIEWSTATE282" value="Y3RsMDEkdHh0VWx0aW1vTGFuY2UFE2N0bDAxJHR4dFZhbG9yTG"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE283" id="__VIEWSTATE283" value="FuY2UFEmN0bDAxJHR4dFJvZGFkYVZlegUeY3RsMDEkZ3JpZENv"</code><code> />
    </code><code><input type="hidden" name="__VIEWSTATE284" id="__VIEWSTATE284" value="bXBldGljYW9Gb3JuZWNlZG9y6n1442ir21VFAP</code><code>+qCENa9yG/KO" />
    </code><code><input type="hidden" name="__VIEWSTATE285" id="__VIEWSTATE285" value="4=" />
    </code><code>
    
    </code><code>
    </code><code><script type="text/javascript">
    </code><code>//<![CDATA[
    </code><code>var theForm = &#100;ocument.forms['form1'];
    </code><code>if (!theForm) {
    </code><code>    theForm = &#100;ocument.form1;
    </code><code>}
    </code><code>function __doPostBack(eventTarget, eventArgument) {
    </code><code>    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
    </code><code>        theForm.__EVENTTARGET.value = eventTarget;
    </code><code>        theForm.__EVENTARGUMENT.value = eventArgument;
    </code><code>        theForm.submit();
    </code><code>    }
    </code><code>}
    </code><code>//]]>
    </code><code></script>
    </code><code>
    </code><code>
    </code><code>        
    </code><code>    </form>
    </code><code></body>
    </code><code></html>
    </code><code>
    </code><code>
    </code><code>
    </code><code><style type="text/css">
    </code><code>    
    </code><code>   .x-grid3-row-body p
    </code><code>    {
    </code><code>        margin: 5px 5px 10px 5px !important;
    </code><code>        width: 99%;
    </code><code>        color: blue;
    </code><code>    }
    </code><code>    
    </code><code>    .x-label-value {
    </code><code>        font-family:tahoma,arial,helvetica,sans-serif;
    </code><code>        font-size:14px;
    </code><code>        font-size-adjust:none;
    </code><code>        font-style:normal;
    </code><code>        font-variant:normal;
    </code><code>        font-weight:normal;
    </code><code>        line-height:normal;
    </code><code>        vertical-align:middle;
    </code><code>    }
    </code><code>    
    </code><code>
    </code><code></style>
    </code><code>...</code>
    Could someone give some clue ?
    Thank you very much !!!
  2. #2

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    Hi,

    I confused with 'action' attribute of form tag. Can you explain why it looks so strange? If you can post source of that page which we can test then it will help us.


    Does that problem reproduce always or randomly?
  3. #3

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    Hi marcossoft,

    Are you still having issues with the code you posted. There was a request for more information, but the thread has been quiet for a while.

    If you found a fix, please post an update to let others know what was required to solve the problem.

    Geoffrey McGill
    Founder
  4. #4

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    geoffrey.mcgill (8/6/2009)Hi marcossoft,

    Are you still having issues with the code you posted. There was a request for more information, but the thread has been quiet for a while.

    If you found a fix, please post an update to let others know what was required to solve the problem.
    Hi !

    Unfortunately I'm still facing this issue ... I prepared a small version of my app (attached to this post), I think it has to do with the way that I structured my application.

    So as I said this problem occurs randomly at non regular intervals ... I tried to fix the problem switching one of the AjaxMethod calls by a similar AjaxEvent but now the application is not working on IE and it's exhibiting the message "Status Code: 122 Status Text: Unknown"

    Below are some instructions to run the application and reproduce the issues.:

    1. Uncompress the file Site.zip attached to some folder, "test" for example.
    2. "test" will hold the website (Site folder) and a .bak file that's the application SQL Server Express database backup.
    3. Restore the database backup as "Pregao" in your SQL Server instance.
    4. Open the website on Visual Studio 2008 (I'm using the Team System Edition but I believe it sould work on Express too)
    5. Modify the section connection strings in web.config to suit your SQL instance.
    6. The app's page is located at ~/restricted/main.aspx
    7. Once the application loads you need to click on the left side in "Cadastro" and "Fase Competitiva" (little truck icon)
    8. This form is a kind of "inverted bidding screen", the winner will be the company that offers the lowest price ... So to operate the form you need to provide a value on the rightmost textbox an it must be equals or lower than the value in the box tagged as "Valor Limite" and after that you can hit the enter key of perform a click on the "Confirmar" button.
    9. At this point this data will be persisted on the database and some controls will reload .... is at this step that I'm facing the "badresponse error" but as I said in the beginning it's ocurring randomly.
    10. If you try to run this same page on IE you willl get the error that I mentioned earlier in this post.

    P.S. To cleanup this application related tables please execute the commands below.:

    delete from etapalote where pre_id = 184 and lote_id = 184 and etapa_id > 2
    delete from lance where pre_id = 184 and lote_id = 184
    delete from lance_troca where pre_id = 184 and lote_id = 184

    Thanks for your help and patience !
    marcos
  5. #5

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    Hi all !

    Unfortunately I didn't find a solution for this problem yet ... as I said previously this problem occurs ramdonly and for this reason I can't provide a consistent example to reproduce the issue.

    From some previous observations I noticed that this problem appears "sometimes" when events are queued ...
    For example the user hits a button that posts an ajax request using AjaxMethod, the success block is hit and inside of this block there are a couple of commands such as reload a gridpanel, another ajax request and so on ...

                                        Coolite.AjaxMethods.MelhorOferta(pre_id,lote_id,for_id,{
                                            eventMask:{
                                                showMask:true
                                                ,msg:'Confirmando melhor oferta...'
                                            }
                                            ,success: function(result){
                                                if (!result){
                                                    Ext.Msg.alert('Atenção', 'Problemas confirmando melhor oferta do fornecedor ' + for_nome);
                                                }
                                                
                                                // Define o fornecedor da vez
                                                getDadosVez(pre_id, lote_id); // Another Ajax request
                                                #{StoreLances}.reload();        // Another Ajax request
                                            }
                                            ,failure: function(result){
                                                Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [confirmando melhor oferta]');
                                            }
                                        });
  6. #6

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    Hi !

    Is there some point in Coolite's source code that I could log messages to help further investigate this problem ?
    I all cases where the error was thrown I can see the html page in Firebug ... not the JSON response.

    Thanks !!
  7. #7

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    Hi,

    I tested your application but can't get reproduce the error still (try many times but response was correct). I'll try to reproduce the error again.

    Regarding your guess: try to defer ajax request. For example,

    #{StoreLances}.reload.defer(100, #{StoreLances});
    The above code runs reload function with 100 ms delay, second param is scope, if you need to pass arguments then use third param - array of arguments

  8. #8

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    vladimir (8/10/2009)Hi,

    I tested your application but can't get reproduce the error still (try many times but response was correct). I'll try to reproduce the error again.


    Regarding your guess: try to defer ajax request. For example,


    #{StoreLances}.reload.defer(100, #{StoreLances});
    The above code runs reload function with 100 ms delay, second param is scope, if you need to pass arguments then use third param - array of arguments
    Hi Vladimir thanks for answer !

    I'm still trying your suggested fix, please if you need my entire application please let me know (I don't know why is easier too see this error message when the whole app is loaded)

    Regards
    marcos
  9. #9

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    vladimir (8/10/2009)Hi,

    I tested your application but can't get reproduce the error still (try many times but response was correct). I'll try to reproduce the error again.

    Regarding your guess: try to defer ajax request. For example,

    #{StoreLances}.reload.defer(100, #{StoreLances});
    The above code runs reload function with 100 ms delay, second param is scope, if you need to pass arguments then use third param - array of arguments
    Hi Vladimir thanks for answer !

    Unfortunately I'm still facing this error no matter what I do ... The error occurs when an Ajax call is sent to the server, for some reason ** Coolite's serialization engine ** (I don't know how it works) is not serializing the Ajax call (AjaxMethod or
    AjaxEvent or a Store Refresh) to JSON and the response in Firebug is shown as.:

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1">
        <!-- Coolite Toolkit for ASP.NET with ExtJS [Professional Edition]. Version 0.8.0.30406. -->
        <link rel="stylesheet" type="text/css" href="/Site/extjs/resources/css/ext-all-embedded-css/coolite.axd?30406" />
        <style type="text/css">
            .icon-applicationform{background-image:url(/Site/icons/application_form-png/coolite.axd) !important;}
            .icon-bricks{background-image:url(/Site/icons/bricks-png/coolite.axd) !important;}
            .icon-medalgold2{background-image:url(/Site/icons/medal_gold_2-png/coolite.axd) !important;}
            .icon-moneyadd{background-image:url(/Site/icons/money_add-png/coolite.axd) !important;}
            .icon-moneydelete{background-image:url(/Site/icons/money_delete-png/coolite.axd) !important;}
            .icon-build{background-image:url(/Site/icons/build-png/coolite.axd) !important;}
            .icon-arrowredo{background-image:url(/Site/icons/arrow_redo-png/coolite.axd) !important;}
            .icon-stop{background-image:url(/Site/icons/stop-png/coolite.axd) !important;}
            .icon-bullettick{background-image:url(/Site/icons/bullet_tick-png/coolite.axd) !important;}
            .icon-door{background-image:url(/Site/icons/door-png/coolite.axd) !important;}
        </style>
    <title>
    
    </title>
    
        <script type="text/javascript">
    
            /**
            * Formata uma data recebida no formato YYYY-MM-DD
            * @param {String} value A string contendo a data a formatar
            * @return {String} A string formatada como dd/MM/YYYY
            */
            function formatDate(value) {
    
                if (value == null)
                    return '';
    
                var dia = value.substring(8, 10);
                var mes = value.substring(5, 7);
                var ano = value.substring(0, 4);
    
                return dia + '/' + mes + '/' + ano;
            }
    
            /**
            * Captura uma string no formato monetário R$100,00
            * substitui o caracter monetário e troca a vírgula
            * por ponto.
            * @param {String} value A string contendo valor
            * @return {String} A string formatada ex. 100.00
            */
            function formatMoney(value) {
    
                if (value == null || value == '')
                    return '0.00';
    
                var moeda = value.replace(/[R$]/g, ''); // Retira R$
                var thousands = moeda.replace(/[.]/g, '*'); // Substitui o separador de milhar
                var point = thousands.replace(/[,]/g, '.'); // Substitui a vírgula por ponto
                return point.replace(/[*]/g, ''); // Retira o separador de milhares
    
            }
    
            /**
            * Captura uma string com o valor cru como 1500.00 e 
            * realiza a formatação no padrão R$ 1500,00.
            *
            * @param {String} value A string contendo valor
            * @return {String} A string formatada ex. R$ 1.500,00
            */
            function loadMoney(newValue) {
    
                if (newValue == null || newValue == '')
                    return 'R$0,00';
    
                var value = Ext.util.Format.usMoney(newValue);
    
                var moeda = value.replace(/[$]/g, 'R$'); // Substitui o $
                var thousands = moeda.replace(/[,]/g, '*'); // Substitui o separador de milhar ','
                var point = thousands.replace(/[.]/g, ','); // Substitui o ponto por vírgula
                return point.replace(/[*]/g, '.'); // Coloca o separador de milhares
    
            }
    
            /*Verifica no DOM se existe uma action chamada login.
            Caso exista ele retorna a tela de login. Function 
            necessária para correção do problema que é gerado
            toda a vez que a sessão expira e a tela de login 
            e exibida dentro do iframe.*/
            function finaliza() {
    
                //captura o DOM.
                var forms = &#100;ocument.getElementsByTagName('form');
                //alert(Ext.getCmp('login1'));
                for (var i = 0; i < forms.length; i++) {
                    //alert(forms[i].action);
                    if (forms[i].action.indexOf('login') != -1) { //verifica se existe a palavra login dentro da action
                        parent.window.location = "../../login.aspx"; //retorna a tela de login.
    
                    }
    
                }
            }
            
        </script>
    
        <style type="text/css">
            .x-label-value
            {
                font-family: tahoma,arial,helvetica,sans-serif;
                font-size: 14px;
                font-size-adjust: none;
                font-style: normal;
                font-variant: normal;
                font-weight: normal;
                line-height: normal;
                vertical-align: middle;
            }
        </style>
    
        <script type="text/javascript">
    
            // Contém o fornecedor da vez que será utilizado globalmente.
            var for_id = 0;
            var pre_id = 0;
            var lote_id = 0;
            var lote_id_descricao = null;
    
            /**
            * Renderer para a célula da grid que informa qual o tipo 
            * de empresa. No caso de ME e EPP o ícone deve aparecer.
            */
            function meRenderer(value, meta, record, rowIndex, colIndex, store) {
                meta.attr = "style='text-align:center;'";
    
                if (record.get('for_tipo') < 3) {
                    return "<img src='../../images/user.png'/>";
                }
    
                return "";
            }
    
            /**
            * Define o cabeçalho da fase competitiva de acordo
            * com o código do pregão e lote repassados.
            */
            function defineHeader(pre_id, lote_id) {
    
                Coolite.AjaxMethods.GetHeader(pre_id, lote_id, {
                    eventMask: {
                        showMask: false
                    , msg: 'Capturando cabeçalho...'
                    }
                , success: function(result) {
                    if (!result) {
                        Ext.Msg.alert('Atenção', 'Problemas durante a obtenção do cabeçalho!');
                        return;
                    }
                    else {
                        Ext.getCmp('lblEmpresaNome').setText(result.emp_nome);
                        Ext.getCmp('lblPregoeiroNome').setText(result.prego_nome);
                        Ext.getCmp('lblPregaoNome').setText(result.pre_id.toString() + ' - ' + result.pre_descricao);
                        Ext.getCmp('lblLoteNome').setText(result.lote_id.toString() + ' - ' + result.lote_descricao);
                    }
                }
                , failure: function(result) {
                    Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor');
                }
                });
    
            }
    
            /**
            * Define as informações do lance a cada rodada.
            */
            function getDadosVez(pre_id, lote_id) {
    
                Coolite.AjaxMethods.GetDadosVez(pre_id, lote_id, {
                    eventMask: {
                        showMask: false
                    , msg: 'Obtendo informações do fornecedor da vez...'
                    }
                , success: function(result) {
                    if (!result) {
                        Ext.Msg.alert('Atenção', 'Problemas durante a obtenção de informações do fornecedor da vez!');
                        return;
                    }
                    else {
                        for_id = result.for_id;
                        Ext.getCmp('lblFornecedorNome').setText(result.for_nome);
                        Ext.getCmp('txtRodadaVez').setValue(result.rodada);
                        Ext.getCmp('txtValorLimite').setValue(result.valorlimite);
                        Ext.getCmp('txtUltimoLance').setValue(result.ultimolance);
                        Ext.getCmp('txtMenorLance').setValue(result.menorlance);
                        Ext.getCmp('txtValorLance').setValue('');
                        Ext.getCmp('gridCompeticaoFornecedor').getStore().reload();
                        Ext.getCmp('btnMelhorOferta').setDisabled(result.BTN_MELHOR_OFERTA == 'true' ? false : true);
                        Ext.getCmp('btnPrecoInaceitavel').setDisabled(result.BTN_PRECO_INACEITAVEL == 'true' ? false : true);
                        Ext.getCmp('btnInabilitar').setDisabled(result.BTN_INABILITAR == 'true' ? false : true);
                        Ext.getCmp('btnHabilitar').setDisabled(result.BTN_HABILITAR == 'true' ? false : true);
                        Ext.getCmp('btnConfirmar').setDisabled(result.BTN_CONFIRMAR == 'true' ? false : true);
                        Ext.getCmp('btnDeclinar').setDisabled(result.BTN_DECLINAR == 'true' ? false : true);
                    }
    
                }
                , failure: function(result) {
                    Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [obtendo informações do fornecedor da vez]');
                }
                });
    
            }
    
            /* Verifica o valor do lance. */
            function verificaValorLance() {
    
                var valorLance = parseFloat(formatMoney(Ext.getCmp('txtValorLance').getValue())) || 0;
                var valorLimite = parseFloat(formatMoney(Ext.getCmp('txtValorLimite').getValue())) || 0;
    
                if (Ext.getCmp('btnConfirmar').disabled) {
                    Ext.Msg.alert('Atenção', 'Operação inválida neste contexto!');
                    return false;
                }
    
                if (valorLance > valorLimite) {
                    Ext.Msg.alert('Atenção', 'Valor do lance deve ser menor ou igual ao valor limite!', function() {
                        Ext.getCmp('txtValorLance').focus();
                    });
    
                    return false;
                }
    
                if (valorLance == 0) {
                    Ext.Msg.alert('Atenção', 'Valor do lance deve ser maior do que zero!', function() {
                        Ext.getCmp('txtValorLance').focus();
                    });
                    return false;
                }
    
                return true;
    
            }
    
        </script>
    
    
        <script type="text/javascript" src="/Site/extjs/adapter/ext/ext-base-js/coolite.axd?30406"></script>
        <script type="text/javascript" src="/Site/extjs/ext-all-js/coolite.axd?30406"></script>
        <script type="text/javascript" src="/Site/coolite/coolite-core-js/coolite.axd?30406"></script>
        <script type="text/javascript" src="/Site/extjs/locale/ext-lang-pt-BR-js/coolite.axd?30406"></script>
        <script type="text/javascript" src="/Site/coolite/coolite-data-js/coolite.axd?30406"></script>
        <script type="text/javascript">
        //<![CDATA[
            Ext.onReady(function(){Ext.apply(Coolite.AjaxMethods, { GetHeader:function(pre_id,lote_id,config){Coolite.AjaxMethod.request("GetHeader",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id}}));},GetDadosVez:function(pre_id,lote_id,config){Coolite.AjaxMethod.request("GetDadosVez",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id}}));},ConfirmaLance:function(pre_id,lote_id,for_id,lan_valor,config){Coolite.AjaxMethod.request("ConfirmaLance",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id,lan_valor:lan_valor}}));},DeclinaLance:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod.request("DeclinaLance",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id}}));},MelhorOferta:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod.request("MelhorOferta",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id}}));},Habilitar:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod.request("Habilitar",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id}}));},Inabilitar:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod.request("Inabilitar",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id}}));},PrecoInaceitavel:function(pre_id,lote_id,for_id,config){Coolite.AjaxMethod.request("PrecoInaceitavel",Ext.apply(config || {}, {params:{pre_id:pre_id,lote_id:lote_id,for_id:for_id}}));} });this.StoreLances=new Coolite.Ext.Store({id:"StoreLances",remoteGroup:true,groupField:"etapa_descricao",ajaxEventConfig:{formProxyArg:"form1"},reader:new Ext.data.JsonReader({fields:[{type:"int",name:"pre_id"},{type:"int",name:"lote_id"},{type:"int",name:"for_id"},{type:"int",name:"for_tipo"},{type:"int",name:"etapa_id"},{type:"string",name:"etapa_descricao"},{type:"string",name:"lan_valor"},{type:"string",name:"lan_perc"},{type:"string",name:"lan_status"},{type:"string",name:"lan_statusproposta"},{type:"string",name:"lan_data"},{type:"int",name:"lan_num_rodada"},{type:"string",name:"for_nome"}],id:"LancesReader"}),proxy:new Coolite.Ext.DataSourceProxy({}),autoLoad:{params:{"pre_id":"{0}","lote_id":"{0}"}}});StoreLances.on("beforeload",function(store,options){if(!options.params){options.params = {};};Ext.apply(options.params,{"pre_id":pre_id,"lote_id":lote_id});Ext.applyIf(options.params,{});});this.RowSelectionModelListView1=new Ext.grid.RowSelectionModel({proxyId:"RowSelectionModelListView1"});this.GroupingView1=new Ext.grid.GroupingView({proxyId:"GroupingView1",forceFit:true,enableRowBody:true,hideGroupedColumn:true,groupTextTpl:"{text} ::"});this.ColumnModelListView1=new Ext.grid.ColumnModel({proxyId:"ColumnModelListView1",columns:[{width:5,groupable:false,renderer:meRenderer,dataIndex:"for_tipo",id:"for_tipo"},{width:252,groupable:false,header:"Fornecedor",dataIndex:"for_nome",css:"font-size:12px;font-weight:bold;textTransform:uppercase;",id:"for_nome"},{groupable:false,header:"Preço",dataIndex:"lan_valor",css:"font-size:12px;font-weight:bold;textTransform:uppercase;",id:"lan_valor"},{width:80,groupable:false,header:"(% do menor)",dataIndex:"lan_perc",css:"color:Red;font-size:12px;font-weight:bold;textTransform:uppercase;",id:"lan_perc"},{groupable:false,header:"Situação",dataIndex:"lan_status",css:"color:Blue;font-size:12px;font-weight:bold;textTransform:uppercase;",id:"lan_status"},{width:132,groupable:false,header:"Situação Proposta",dataIndex:"lan_statusproposta",css:"color:Blue;font-size:12px;font-weight:bold;textTransform:uppercase;",id:"lan_statusproposta"},{width:117,groupable:false,header:"Data",dataIndex:"lan_data",css:"font-size:12px;font-weight:bold;textTransform:uppercase;",id:"lan_data"},{width:5,groupable:false,header:"etapa_id",dataIndex:"etapa_id",css:"font-size:12px;font-weight:bold;textTransform:uppercase;",id:"etapa_id"},{width:5,groupable:false,header:":",dataIndex:"etapa_descricao",css:"font-size:12px;font-weight:bold;textTransform:uppercase;",id:"etapa_descricao"}]});new Ext.Window({id:"wndFaseCompetitiva",renderTo:"form1",layout:"absolute",items:[{id:"GroupBoxPregao",xtype:"fieldset",y:5,x:12,width:887,height:140,layout:"absolute",items:[{id:"lblEmpresaNome",xtype:"label",style:"font-size:14px;font-weight:bold;textTransform:uppercase;",y:16,x:328},{id:"lblPregoeiroNome",xtype:"label",style:"textTransform:uppercase;font-weight:bold;",y:52,x:100},{id:"lblPregoeiro",xtype:"label",y:52,x:7,text:"Pregoeiro"},{id:"lblLoteNome",xtype:"label",y:104,x:100},{id:"lblLote",xtype:"label",y:104,x:7,text:"Lote"},{id:"lblPregaoNome",xtype:"label",y:78,x:100},{id:"lblPregao",xtype:"label",y:78,x:7,text:"Pregão"}]},{id:"GroupBoxFornecedor",xtype:"fieldset",y:150,x:12,width:887,height:110,layout:"absolute",items:[{id:"PanelButton3",y:61,x:800,width:75,items:[{id:"btnDeclinar",xtype:"button",text:"Declinar",listeners:{click:{fn:function(){
                                            
                                                // Mantém o nome do fornecedor da vez
                                                var for_nome = Ext.getCmp('lblFornecedorNome').getText();
                                            
                                                Ext.Msg.confirm('Atenção', 'O fornecedor ' + for_nome + ' está declinando, confirma operação ?', function(btn) {
                                                    if (btn == 'yes') {
                                                        Coolite.AjaxMethods.DeclinaLance(pre_id,lote_id,for_id,{
                                                            eventMask:{
                                                                showMask:true
                                                                ,msg:'Declinando fornecedor...'
                                                            }
                                                            ,success: function(result){
                                                                if (!result){
                                                                    Ext.Msg.alert('Atenção', 'Problemas declinando o fornecedor ' + for_nome);
                                                                }
                                                                
                                                                // Define o fornecedor da vez
                                                                getDadosVez(pre_id, lote_id);
                                                                StoreLances.reload();
                                                                //StoreLances.reload.defer(100);
                                                            }
                                                            ,failure: function(result){
                                                                Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [declinando fornecedor]');
                                                            }
                                                        });
                                                    }
                                                });                        
                                            
                                            }}}}],border:false,baseCls:"x-plain"},{id:"PanelButton1",y:61,x:719,width:75,items:[{id:"btnConfirmar",ajaxEvents:{click:{fn:function(el,e){var params=arguments;Coolite.AjaxEvent.confirmRequest({extraParams:{"pre_id":pre_id,"lote_id":lote_id,"for_id":for_id,"valor_lance":parseFloat(formatMoney(txtValorLance.getValue()))},formProxyArg:"form1",userSuccess:function(response, result, el, type, action, extraParams){getDadosVez(pre_id, lote_id); StoreLances.reload();txtValorLance.focus();},before:function(el, type, action, extraParams){return verificaValorLance();},control:this});}}},xtype:"button",text:"Confirmar"}],border:false,baseCls:"x-plain"},{id:"lblFornecedorNome",xtype:"label",style:"color:Black;font-size:14px;font-weight:bold;textTransform:uppercase;",y:14,x:141},{id:"lblFornecedor",xtype:"label",y:14,x:7,text:"Fornecedor"},{id:"txtValorLimite",xtype:"textfield",style:"color:#000000;font-size:14px;font-weight:bold;textTransform:uppercase;",disabled:true,y:62,x:7,width:156},{id:"lblValorLimite",xtype:"label",y:44,x:7,text:"Valor Limite"},{id:"txtMenorLance",xtype:"textfield",style:"color:Red;font-size:14px;font-weight:bold;textTransform:uppercase;",disabled:true,y:61,x:362,width:156},{id:"lblMenorLance",xtype:"label",y:43,x:362,text:"Menor Lance"},{id:"txtUltimoLance",xtype:"textfield",style:"color:Blue;font-size:14px;font-weight:bold;textTransform:uppercase;",disabled:true,y:62,x:180,width:156},{id:"Label2",xtype:"label",y:44,x:180,text:"Último Lance"},{id:"txtValorLance",xtype:"textfield",style:"color:#000000;font-size:14px;font-weight:bold;textTransform:uppercase;",y:61,x:545,width:156,maskRe:/[0-9\$\.]/,listeners:{change:{fn:function(el,newValue,oldValue){el.setValue(
                                    newValue.replace(/[.]/g, '*').
                                    replace(/[*]/g, ',')
                                );}}}},{id:"lblValorLance",xtype:"label",y:44,x:545,text:"Valor do Lance"}]},{id:"txtRodadaVez",xtype:"textfield",style:"color:Red;font-size:14px;font-weight:bold;textTransform:uppercase;text-align:center;",disabled:true,y:276,x:237,width:453},{id:"gridCompeticaoFornecedor",xtype:"coolitegrid",y:306,x:10,width:887,height:325,selectionMemory:false,view:this.GroupingView1,stripeRows:true,store:StoreLances,sm:this.RowSelectionModelListView1,loadMask:{showMask:true},cm:this.ColumnModelListView1,autoExpandColumn:"for_nome"}],title:"Fase Competitiva",iconCls:"icon-applicationform",tbar:new Ext.Toolbar({id:"ToolStrip1",xtype:"toolbar",items:[{id:"btnDadosLotes",xtype:"tbbutton",text:"Dados Lote",iconCls:"icon-bricks",listeners:{click:{fn:function(){
                                parent.dadosLote.pre_id = pre_id;
                                parent.dadosLote.lote_id = lote_id;
                                parent.dadosLote.lote_id_descricao = 'aaaa';
                                parent.dadosLote.show();
                            }}}},{id:"btnClassificacao",xtype:"tbbutton",text:"Classificação",iconCls:"icon-medalgold2"},{id:"btnMelhorOferta",xtype:"tbbutton",text:"Melhor Oferta",iconCls:"icon-moneyadd",listeners:{click:{fn:function(){
                            
                                // Mantém o nome do fornecedor da vez
                                var for_nome = Ext.getCmp('lblFornecedorNome').getText();
                            
                                Ext.Msg.confirm('Atenção', 'O fornecedor ' + for_nome + ' será declarado de melhor oferta, confirma operação ?', function(btn) {
                                    if (btn == 'yes') {
                                        Coolite.AjaxMethods.MelhorOferta(pre_id,lote_id,for_id,{
                                            eventMask:{
                                                showMask:true
                                                ,msg:'Confirmando melhor oferta...'
                                            }
                                            ,success: function(result){
                                                if (!result){
                                                    Ext.Msg.alert('Atenção', 'Problemas confirmando melhor oferta do fornecedor ' + for_nome);
                                                }
                                                
                                                // Define o fornecedor da vez
                                                getDadosVez(pre_id, lote_id);
                                                StoreLances.reload();
                                                //StoreLances.reload.defer(100);
                                            }
                                            ,failure: function(result){
                                                Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [confirmando melhor oferta]');
                                            }
                                        });
                                    }
                                }); 
                            
                            }}}},{id:"btnPrecoInaceitavel",xtype:"tbbutton",text:"Preço Inaceitável",iconCls:"icon-moneydelete",listeners:{click:{fn:function(){
                            
                                // Mantém o nome do fornecedor da vez
                                var for_nome = Ext.getCmp('lblFornecedorNome').getText();
                            
                                Ext.Msg.confirm('Atenção', 'O fornecedor ' + for_nome + ' será declarado de preço inaceitável, confirma operação ?', function(btn) {
                                    if (btn == 'yes') {
                                        Coolite.AjaxMethods.PrecoInaceitavel(pre_id,lote_id,for_id,{
                                            eventMask:{
                                                showMask:true
                                                ,msg:'Preço inaceitável...'
                                            }
                                            ,success: function(result){
                                                if (!result){
                                                    Ext.Msg.alert('Atenção', 'Problemas definindo preço inaceitável do fornecedor ' + for_nome);
                                                }
                                                
                                                // Define o fornecedor da vez
                                                getDadosVez(pre_id, lote_id);
                                                StoreLances.reload();
                                                //StoreLances.reload.defer(100);
                                            }
                                            ,failure: function(result){
                                                Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [preço inaceitável]');
                                            }
                                        });
                                    }
                                });
                            
                            }}}},{id:"btnEncerramentoLote",xtype:"tbbutton",text:"Encerramento do Lote",iconCls:"icon-build"},{id:"btnDesfazerLance",xtype:"tbbutton",text:"Desfazer Lance",iconCls:"icon-arrowredo"},{id:"btnInabilitar",xtype:"tbbutton",text:"Inabilitar",iconCls:"icon-stop",listeners:{click:{fn:function(){
                            
                                // Mantém o nome do fornecedor da vez
                                var for_nome = Ext.getCmp('lblFornecedorNome').getText();
                            
                                Ext.Msg.confirm('Atenção', 'O fornecedor ' + for_nome + ' será inabilitado, confirma operação ?', function(btn) {
                                    if (btn == 'yes') {
                                        Coolite.AjaxMethods.Inabilitar(pre_id,lote_id,for_id,{
                                            eventMask:{
                                                showMask:true
                                                ,msg:'Inabilitando fornecedor...'
                                            }
                                            ,success: function(result){
                                                if (!result){
                                                    Ext.Msg.alert('Atenção', 'Problemas inabilitando o fornecedor ' + for_nome);
                                                }
                                                
                                                // Define o fornecedor da vez
                                                getDadosVez(pre_id, lote_id);
                                                StoreLances.reload();
                                                //StoreLances.reload.defer(100);
                                            }
                                            ,failure: function(result){
                                                Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [inabilitando fornecedor]');
                                            }
                                        });
                                    }
                                });
                            
                            }}}},{id:"btnHabilitar",xtype:"tbbutton",text:"Habilitar",iconCls:"icon-bullettick",listeners:{click:{fn:function(){
                            
                                // Mantém o nome do fornecedor da vez
                                var for_nome = Ext.getCmp('lblFornecedorNome').getText();
                            
                                Coolite.AjaxMethods.Habilitar(pre_id,lote_id,for_id,{
                                    eventMask:{
                                        showMask:true
                                        ,msg:'Habilitando fornecedor...'
                                    }
                                    ,success: function(result){
                                        if (!result){
                                            Ext.Msg.alert('Atenção', 'Problemas habilitando o fornecedor ' + for_nome);
                                        }
                                        
                                        // Define o fornecedor da vez
                                        getDadosVez(pre_id, lote_id);
                                        StoreLances.reload();
                                        //StoreLances.reload.defer(100);
                                    }
                                    ,failure: function(result){
                                        Ext.Msg.alert('Atenção', 'Problemas durante a comunicação com o servidor [habilitando fornecedor]');
                                    }
                                });
                            
                            }}}},{id:"btnFechar",xtype:"tbbutton",text:"Fechar",iconCls:"icon-door",listeners:{click:{fn:function(){parent.wndFaseCompetitiva1.close();}}}}]}),resizable:false,modal:true,width:925,height:700,closeAction:"hide",listeners:{render:{fn:function(param){
            
                // Define o código do pregão e do lote
                pre_id = 184;
                lote_id = 184;
    
                defineHeader(pre_id, lote_id);
                getDadosVez(pre_id, lote_id);
                
            }}}});this.KeyMap1=new Ext.KeyMap(Coolite.Ext.getEl(Ext.isGecko ? Ext.getDoc() : Ext.getBody()),{key:[13],fn:function(key,e){btnConfirmar.ajaxEvents.click.fn.apply(btnConfirmar);}});wndFaseCompetitiva.on("beforeshow",function(el){el.alignTo(Ext.getBody(),"c-c");},this,{single:true});wndFaseCompetitiva.show();Coolite.Ext.setValues([[txtValorLimite,"974,0000"],[txtMenorLance,"975,0000"],[txtUltimoLance,"977,0000"],[txtValorLance,"974"],[txtRodadaVez,"7 ª RODADA"]]);});Ext.QuickTips.init();Coolite.Ext.ScriptManagerUniqueID="ScriptManager1";Ext.BLANK_IMAGE_URL="/Site/extjs/resources/images/default/s-gif/coolite.axd";
        //]]>
        </script>
    </head>
    <body>
        <form name="form1" method="post" action="faseCompetitiva.aspx" id="form1">
    
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTYwMDY1NjQ4OQ9kFgICAw9kFggCAw8PZA8QFgJmAgEWAhYCHg5QYXJhbWV0ZXJWYWx1ZWQWAh8AZBYCAgMCA2RkAgUPFCoSU3lzdGVtLldlYi5VSS5QYWlyAQ8FCXZzTWVtYmVycxQrAAMPBQpCYXNlUGFyYW1zDwICFCsAAhQrBAEPBQRiYXNlFgYeBE5hbWUFBnByZV9pZB4FVmFsdWUFBnByZV9pZB4ETW9kZQspdUNvb2xpdGUuRXh0LldlYi5QYXJhbWV0ZXJNb2RlLCBDb29saXRlLkV4dC5XZWIsIFZlcnNpb249MC44LjAuMzA0MDYsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49ZjU4Yzk1MmU5YWE1YjgwYQAUKwQBDwUEYmFzZRYGHwEFB2xvdGVfaWQfAgUHbG90ZV9pZB8DCysFAA8FDkF1dG9Mb2FkUGFyYW1zDwICFCsAAhQrBAEPBQRiYXNlFgQfAQUGcHJlX2lkHwIFA3swfRQrBAEPBQRiYXNlFgQfAQUHbG90ZV9pZB8CBQN7MH0PBQZSZWFkZXIUKwQBDwUEYmFzZRYCHghSZWFkZXJJRAUMTGFuY2VzUmVhZGVyZAIHDxQrBAEPBQl2c01lbWJlcnMUKwABDwUJTGlzdGVuZXJzFCsAAQ8FBlJlbmRlchQrBAEPBQRiYXNlFgIeB0hhbmRsZXIF+QFmdW5jdGlvbihwYXJhbSl7DQogICAgICAgIA0KICAgICAgICAgICAgLy8gRGVmaW5lIG8gY8OzZGlnbyBkbyBwcmVnw6NvIGUgZG8gbG90ZQ0KICAgICAgICAgICAgcHJlX2lkID0gMTg0Ow0KICAgICAgICAgICAgbG90ZV9pZCA9IDE4NDsNCg0KICAgICAgICAgICAgZGVmaW5lSGVhZGVyKHByZV9pZCwgbG90ZV9pZCk7DQogICAgICAgICAgICBnZXREYWRvc1ZleihwcmVfaWQsIGxvdGVfaWQpOw0KICAgICAgICAgICAgDQogICAgICAgIH0WBGYPZBYMZg8UKwQBDwUJdnNNZW1iZXJzFCsAAQ8FCUxpc3RlbmVycxQrAAEPBQVDbGljaxQrBAEPBQRiYXNlFgIfBQWmAmZ1bmN0aW9uKCl7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgcGFyZW50LmRhZG9zTG90ZS5wcmVfaWQgPSBwcmVfaWQ7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgcGFyZW50LmRhZG9zTG90ZS5sb3RlX2lkID0gbG90ZV9pZDsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwYXJlbnQuZGFkb3NMb3RlLmxvdGVfaWRfZGVzY3JpY2FvID0gJ2FhYWEnOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBhcmVudC5kYWRvc0xvdGUuc2hvdygpOw0KICAgICAgICAgICAgICAgICAgICAgICAgfWQCAg8UKwQBDwUJdnNNZW1iZXJzFCsAAQ8FCUxpc3RlbmVycxQrAAEPBQVDbGljaxQrBAEPBQRiYXNlFgIfBQXrDmZ1bmN0aW9uKCl7DQogICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBNYW50w6ltIG8gbm9tZSBkbyBmb3JuZWNlZG9yIGRhIHZleg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhciBmb3Jfbm9tZSA9IEV4dC5nZXRDbXAoJ2xibEZvcm5lY2Vkb3JOb21lJykuZ2V0VGV4dCgpOw0KICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5jb25maXJtKCdBdGVuw6fDo28nLCAnTyBmb3JuZWNlZG9yICcgKyBmb3Jfbm9tZSArICcgc2Vyw6EgZGVjbGFyYWRvIGRlIG1lbGhvciBvZmVydGEsIGNvbmZpcm1hIG9wZXJhw6fDo28gPycsIGZ1bmN0aW9uKGJ0bikgew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAoYnRuID09ICd5ZXMnKSB7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBDb29saXRlLkFqYXhNZXRob2RzLk1lbGhvck9mZXJ0YShwcmVfaWQsbG90ZV9pZCxmb3JfaWQsew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV2ZW50TWFzazp7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNob3dNYXNrOnRydWUNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLG1zZzonQ29uZmlybWFuZG8gbWVsaG9yIG9mZXJ0YS4uLicNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLHN1Y2Nlc3M6IGZ1bmN0aW9uKHJlc3VsdCl7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICghcmVzdWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEV4dC5Nc2cuYWxlcnQoJ0F0ZW7Dp8OjbycsICdQcm9ibGVtYXMgY29uZmlybWFuZG8gbWVsaG9yIG9mZXJ0YSBkbyBmb3JuZWNlZG9yICcgKyBmb3Jfbm9tZSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIERlZmluZSBvIGZvcm5lY2Vkb3IgZGEgdmV6DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGdldERhZG9zVmV6KHByZV9pZCwgbG90ZV9pZCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICN7U3RvcmVMYW5jZXN9LnJlbG9hZCgpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyN7U3RvcmVMYW5jZXN9LnJlbG9hZC5kZWZlcigxMDApOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAsZmFpbHVyZTogZnVuY3Rpb24ocmVzdWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEgY29tdW5pY2HDp8OjbyBjb20gbyBzZXJ2aWRvciBbY29uZmlybWFuZG8gbWVsaG9yIG9mZXJ0YV0nKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9KTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOyANCiAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgfWQCAw8UKwQBDwUJdnNNZW1iZXJzFCsAAQ8FCUxpc3RlbmVycxQrAAEPBQVDbGljaxQrBAEPBQRiYXNlFgIfBQXsDmZ1bmN0aW9uKCl7DQogICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBNYW50w6ltIG8gbm9tZSBkbyBmb3JuZWNlZG9yIGRhIHZleg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhciBmb3Jfbm9tZSA9IEV4dC5nZXRDbXAoJ2xibEZvcm5lY2Vkb3JOb21lJykuZ2V0VGV4dCgpOw0KICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5jb25maXJtKCdBdGVuw6fDo28nLCAnTyBmb3JuZWNlZG9yICcgKyBmb3Jfbm9tZSArICcgc2Vyw6EgZGVjbGFyYWRvIGRlIHByZcOnbyBpbmFjZWl0w6F2ZWwsIGNvbmZpcm1hIG9wZXJhw6fDo28gPycsIGZ1bmN0aW9uKGJ0bikgew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAoYnRuID09ICd5ZXMnKSB7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBDb29saXRlLkFqYXhNZXRob2RzLlByZWNvSW5hY2VpdGF2ZWwocHJlX2lkLGxvdGVfaWQsZm9yX2lkLHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBldmVudE1hc2s6ew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzaG93TWFzazp0cnVlDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxtc2c6J1ByZcOnbyBpbmFjZWl0w6F2ZWwuLi4nDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxzdWNjZXNzOiBmdW5jdGlvbihyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAoIXJlc3VsdCl7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBFeHQuTXNnLmFsZXJ0KCdBdGVuw6fDo28nLCAnUHJvYmxlbWFzIGRlZmluaW5kbyBwcmXDp28gaW5hY2VpdMOhdmVsIGRvIGZvcm5lY2Vkb3IgJyArIGZvcl9ub21lKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gRGVmaW5lIG8gZm9ybmVjZWRvciBkYSB2ZXoNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZ2V0RGFkb3NWZXoocHJlX2lkLCBsb3RlX2lkKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI3tTdG9yZUxhbmNlc30ucmVsb2FkKCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vI3tTdG9yZUxhbmNlc30ucmVsb2FkLmRlZmVyKDEwMCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxmYWlsdXJlOiBmdW5jdGlvbihyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBFeHQuTXNnLmFsZXJ0KCdBdGVuw6fDo28nLCAnUHJvYmxlbWFzIGR1cmFudGUgYSBjb211bmljYcOnw6NvIGNvbSBvIHNlcnZpZG9yIFtwcmXDp28gaW5hY2VpdMOhdmVsXScpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7DQogICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgIH1kAgYPFCsEAQ8FCXZzTWVtYmVycxQrAAEPBQlMaXN0ZW5lcnMUKwABDwUFQ2xpY2sUKwQBDwUEYmFzZRYCHwUFxw5mdW5jdGlvbigpew0KICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gTWFudMOpbSBvIG5vbWUgZG8gZm9ybmVjZWRvciBkYSB2ZXoNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YXIgZm9yX25vbWUgPSBFeHQuZ2V0Q21wKCdsYmxGb3JuZWNlZG9yTm9tZScpLmdldFRleHQoKTsNCiAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIEV4dC5Nc2cuY29uZmlybSgnQXRlbsOnw6NvJywgJ08gZm9ybmVjZWRvciAnICsgZm9yX25vbWUgKyAnIHNlcsOhIGluYWJpbGl0YWRvLCBjb25maXJtYSBvcGVyYcOnw6NvID8nLCBmdW5jdGlvbihidG4pIHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGJ0biA9PSAneWVzJykgew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQ29vbGl0ZS5BamF4TWV0aG9kcy5JbmFiaWxpdGFyKHByZV9pZCxsb3RlX2lkLGZvcl9pZCx7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZXZlbnRNYXNrOnsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc2hvd01hc2s6dHJ1ZQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAsbXNnOidJbmFiaWxpdGFuZG8gZm9ybmVjZWRvci4uLicNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLHN1Y2Nlc3M6IGZ1bmN0aW9uKHJlc3VsdCl7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICghcmVzdWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEV4dC5Nc2cuYWxlcnQoJ0F0ZW7Dp8OjbycsICdQcm9ibGVtYXMgaW5hYmlsaXRhbmRvIG8gZm9ybmVjZWRvciAnICsgZm9yX25vbWUpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBEZWZpbmUgbyBmb3JuZWNlZG9yIGRhIHZleg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBnZXREYWRvc1ZleihwcmVfaWQsIGxvdGVfaWQpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAje1N0b3JlTGFuY2VzfS5yZWxvYWQoKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8je1N0b3JlTGFuY2VzfS5yZWxvYWQuZGVmZXIoMTAwKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLGZhaWx1cmU6IGZ1bmN0aW9uKHJlc3VsdCl7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEV4dC5Nc2cuYWxlcnQoJ0F0ZW7Dp8OjbycsICdQcm9ibGVtYXMgZHVyYW50ZSBhIGNvbXVuaWNhw6fDo28gY29tIG8gc2Vydmlkb3IgW2luYWJpbGl0YW5kbyBmb3JuZWNlZG9yXScpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7DQogICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgIH1kAgcPFCsEAQ8FCXZzTWVtYmVycxQrAAEPBQlMaXN0ZW5lcnMUKwABDwUFQ2xpY2sUKwQBDwUEYmFzZRYCHwUFngtmdW5jdGlvbigpew0KICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gTWFudMOpbSBvIG5vbWUgZG8gZm9ybmVjZWRvciBkYSB2ZXoNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YXIgZm9yX25vbWUgPSBFeHQuZ2V0Q21wKCdsYmxGb3JuZWNlZG9yTm9tZScpLmdldFRleHQoKTsNCiAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIENvb2xpdGUuQWpheE1ldGhvZHMuSGFiaWxpdGFyKHByZV9pZCxsb3RlX2lkLGZvcl9pZCx7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV2ZW50TWFzazp7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBzaG93TWFzazp0cnVlDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAsbXNnOidIYWJpbGl0YW5kbyBmb3JuZWNlZG9yLi4uJw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxzdWNjZXNzOiBmdW5jdGlvbihyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKCFyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIEV4dC5Nc2cuYWxlcnQoJ0F0ZW7Dp8OjbycsICdQcm9ibGVtYXMgaGFiaWxpdGFuZG8gbyBmb3JuZWNlZG9yICcgKyBmb3Jfbm9tZSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIERlZmluZSBvIGZvcm5lY2Vkb3IgZGEgdmV6DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBnZXREYWRvc1ZleihwcmVfaWQsIGxvdGVfaWQpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI3tTdG9yZUxhbmNlc30ucmVsb2FkKCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyN7U3RvcmVMYW5jZXN9LnJlbG9hZC5kZWZlcigxMDApOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxmYWlsdXJlOiBmdW5jdGlvbihyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEgY29tdW5pY2HDp8OjbyBjb20gbyBzZXJ2aWRvciBbaGFiaWxpdGFuZG8gZm9ybmVjZWRvcl0nKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOw0KICAgICAgICAgICAgICAgICAgICAgICAgDQogICAgICAgICAgICAgICAgICAgICAgICB9ZAIIDxQrBAEPBQl2c01lbWJlcnMUKwABDwUJTGlzdGVuZXJzFCsAAQ8FBUNsaWNrFCsEAQ8FBGJhc2UWAh4CRm4FL2Z1bmN0aW9uKCl7cGFyZW50LnduZEZhc2VDb21wZXRpdGl2YTEuY2xvc2UoKTt9ZAIBDxYCHgVjbGFzcwUIeC1oaWRkZW4WAgIBD2QWBmYPZBYCZg8WAh8HBQh4LWhpZGRlbmQCAQ9kFgJmDxYCHwcFCHgtaGlkZGVuFgICAQ9kFgxmD2QWAmYPFgIfBwUIeC1oaWRkZW4WAgIBD2QWAmYPFCsEAQ8FCXZzTWVtYmVycxQrAAEPBQlMaXN0ZW5lcnMUKwABDwUFQ2xpY2sUKwQBDwUEYmFzZRYCHwUFqhJmdW5jdGlvbigpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBNYW50w6ltIG8gbm9tZSBkbyBmb3JuZWNlZG9yIGRhIHZleg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YXIgZm9yX25vbWUgPSBFeHQuZ2V0Q21wKCdsYmxGb3JuZWNlZG9yTm9tZScpLmdldFRleHQoKTsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5jb25maXJtKCdBdGVuw6fDo28nLCAnTyBmb3JuZWNlZG9yICcgKyBmb3Jfbm9tZSArICcgZXN0w6EgZGVjbGluYW5kbywgY29uZmlybWEgb3BlcmHDp8OjbyA/JywgZnVuY3Rpb24oYnRuKSB7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAoYnRuID09ICd5ZXMnKSB7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgQ29vbGl0ZS5BamF4TWV0aG9kcy5EZWNsaW5hTGFuY2UocHJlX2lkLGxvdGVfaWQsZm9yX2lkLHsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZXZlbnRNYXNrOnsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHNob3dNYXNrOnRydWUNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxtc2c6J0RlY2xpbmFuZG8gZm9ybmVjZWRvci4uLicNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAsc3VjY2VzczogZnVuY3Rpb24ocmVzdWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICghcmVzdWx0KXsNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBFeHQuTXNnLmFsZXJ0KCdBdGVuw6fDo28nLCAnUHJvYmxlbWFzIGRlY2xpbmFuZG8gbyBmb3JuZWNlZG9yICcgKyBmb3Jfbm9tZSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIERlZmluZSBvIGZvcm5lY2Vkb3IgZGEgdmV6DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBnZXREYWRvc1ZleihwcmVfaWQsIGxvdGVfaWQpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgI3tTdG9yZUxhbmNlc30ucmVsb2FkKCk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyN7U3RvcmVMYW5jZXN9LnJlbG9hZC5kZWZlcigxMDApOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICxmYWlsdXJlOiBmdW5jdGlvbihyZXN1bHQpew0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgRXh0Lk1zZy5hbGVydCgnQXRlbsOnw6NvJywgJ1Byb2JsZW1hcyBkdXJhbnRlIGEgY29tdW5pY2HDp8OjbyBjb20gbyBzZXJ2aWRvciBbZGVjbGluYW5kbyBmb3JuZWNlZG9yXScpOw0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOyAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH1kAgEPZBYCZg8WAh8HBQh4LWhpZGRlbhYCAgEPZBYCZg8UKwQBDwUJdnNNZW1iZXJzFCsAAQ8FCkFqYXhFdmVudHMUKwABDwUFQ2xpY2sUKwQBDwUEYmFzZRYEHgZCZWZvcmUFHHJldHVybiB2ZXJpZmljYVZhbG9yTGFuY2UoKTseB1N1Y2Nlc3MFT2dldERhZG9zVmV6KHByZV9pZCwgbG90ZV9pZCk7ICN7U3RvcmVMYW5jZXN9LnJlbG9hZCgpOyN7dHh0VmFsb3JMYW5jZX0uZm9jdXMoKTtkAgQPFCsEAQ8FBGJhc2UPFgIeBFRleHQFCDk3NCwwMDAwZGQCBg8UKwQBDwUEYmFzZQ8WAh8KBQg5NzUsMDAwMGRkAggPFCsEAQ8FBGJhc2UPFgIfCgUIOTc3LDAwMDBkZAIKDxQrBAIPBQRiYXNlDxYCHwoFAzk3NGQPBQl2c01lbWJlcnMUKwABDwUJTGlzdGVuZXJzFCsAAQ8FBkNoYW5nZRQrBAEPBQRiYXNlFgIfBQWiAWVsLnNldFZhbHVlKA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBuZXdWYWx1ZS5yZXBsYWNlKC9bLl0vZywgJyonKS4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVwbGFjZSgvWypdL2csICcsJykNCiAgICAgICAgICAgICAgICAgICAgICAgICAgICApO2QCAg8UKwQBDwUEYmFzZQ8WAh8KBQs3IMKqIFJPREFEQWRkAgkPFCsEAQ8FCXZzTWVtYmVycxQrAAEPBQRLZXlzDwIBFCsAARQrAAIUKwQBDwUJdnNNZW1iZXJzFCsAAg8FBEtleXMPAgEUKwABFCsEAQ8FBGJhc2UWAh4EQ29kZQspb0Nvb2xpdGUuRXh0LldlYi5LZXlDb2RlLCBDb29saXRlLkV4dC5XZWIsIFZlcnNpb249MC44LjAuMzA0MDYsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49ZjU4Yzk1MmU5YWE1YjgwYQ0PBQlMaXN0ZW5lcnMUKwQBDwUEYmFzZRYCHwUFOyN7YnRuQ29uZmlybWFyfS5hamF4RXZlbnRzLmNsaWNrLmZuLmFwcGx5KCN7YnRuQ29uZmlybWFyfSk7DwIBFCsAARQrBAEPBQRiYXNlFgIfCwsrBg1kGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYXBQ5TY3JpcHRNYW5hZ2VyMQUSd25kRmFzZUNvbXBldGl0aXZhBQ1idG5EYWRvc0xvdGVzBRBidG5DbGFzc2lmaWNhY2FvBQ9idG5NZWxob3JPZmVydGEFE2J0blByZWNvSW5hY2VpdGF2ZWwFE2J0bkVuY2VycmFtZW50b0xvdGUFEGJ0bkRlc2ZhemVyTGFuY2UFDWJ0bkluYWJpbGl0YXIFDGJ0bkhhYmlsaXRhcgUJYnRuRmVjaGFyBQ5Hcm91cEJveFByZWdhbwUSR3JvdXBCb3hGb3JuZWNlZG9yBQxQYW5lbEJ1dHRvbjMFC2J0bkRlY2xpbmFyBQxQYW5lbEJ1dHRvbjEFDGJ0bkNvbmZpcm1hcgUOdHh0VmFsb3JMaW1pdGUFDXR4dE1lbm9yTGFuY2UFDnR4dFVsdGltb0xhbmNlBQ10eHRWYWxvckxhbmNlBQx0eHRSb2RhZGFWZXoFGGdyaWRDb21wZXRpY2FvRm9ybmVjZWRvcrTVRWqBNRLQAO/qfXGYB9rRP7V8" />
    
    
    
    <script type="text/javascript">
    //<![CDATA[
    var theForm = &#100;ocument.forms['form1'];
    if (!theForm) {
        theForm = &#100;ocument.form1;
    }
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
        }
    }
    //]]>
    </script>
    
    
    
    
        <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAgLfyrrvBgLB5eCpDdkcHrBRwwxtZNjHeHqs097VxRwv" />
    
    
        
        
        
    
    
        
        
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
                
        
        
                            
        
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
                        
    
        
                            
        
        
                                        
        
    
    
    
                                    
    
        
                                        
        
    
    
    
                                    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
                        
    
    
    
    
    
    
            
    
        <div id="KeyMap1_Container">
    
    
    
        </form>
    </body>
    </html>
    Is there something that I could do to solve this ?

    Thanks !
    marcos
  10. #10

    RE: Status Code 200: BADRESPONSE: missing } in XML expression

    Hi !

    When the error occurs I noticed that coolite.axd is not being invoked ... Picture attached

    Regards
    marcos
Page 1 of 4 123 ... LastLast

Similar Threads

  1. Replies: 0
    Last Post: Aug 09, 2012, 1:27 PM
  2. [CLOSED] BADRESPONSE: missing ) in parenthetical
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 24, 2012, 10:49 AM
  3. Replies: 16
    Last Post: Oct 04, 2011, 5:17 PM
  4. status text status code CUSTOM
    By threewonders in forum 1.x Help
    Replies: 0
    Last Post: Sep 26, 2011, 1:29 PM
  5. BADRESPONSE: missing } after property list
    By designworxz in forum 1.x Help
    Replies: 7
    Last Post: Feb 17, 2009, 8:47 PM

Posting Permissions