Hi, 
i used tacos4 beta 2 and tried to add a component to the progressbar.
It works, my listener gets called when I press the button, but there is
an irritating error message displayed:

FATAL: bad srcObj for srcFunc: onclick

can I ignore this?
thank you very much
ido


...
<span jwcid="@If" condition="ognl:active" >
            <div class="progressStart">
                  <a jwcid="progressCancel" >Cancel</a>
           </div>
</span>
<span jwcid="@If" condition="ognl:complete" >
        <form class="form" jwcid="downloadForm">
                <input style="margin-top:20px;margin-left:20px;padding:3px"     
                                                            
jwcid="@tacos:AjaxSubmit"
                         label="Download Results" 
listener="listener:downloadResults"/>
        </form>
</span>
....

and in .page:
        <component id="downloadForm" type="tacos:AjaxForm" >
                <binding name="updateComponents" value="ognl:{'linkPart'}" />
        </component>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to