[CLOSED] Task Update DirectEvent in TaskManager

  1. #1

    [CLOSED] Task Update DirectEvent in TaskManager

    In example https://examples1.ext.net/#/Miscella...r_Side_Update/ try to change direct event from

    <Update OnEvent="RefreshProgress" />


    to something like


    <Update Url="TestService.asmx/SayHello1" Type="Load" Method="POST" CleanRequest="true">
    <ExtraParams>
    <ext:Parameter Name="name" Value="#{txtName}.getValue()" Mode="Raw" />
    </ExtraParams></Update>





    and I get Null reference exception
  2. #2

    RE: Task Update DirectEvent in TaskManager

    Hi,

    Fixed in SVN

Similar Threads

  1. [CLOSED] Update ASP.Net Controls during DirectEvent/Method
    By alexkay in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 19, 2011, 6:23 AM
  2. [CLOSED] Update the DirectEvent Click URL from code behind
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 15, 2011, 10:08 AM
  3. [CLOSED] How to update panel content during directevent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 06, 2010, 1:32 PM
  4. [CLOSED] TaskManager Update not firing AJAX function anymore...
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jan 12, 2009, 12:16 PM

Posting Permissions