I got some problems with the component AjaxAutoInvoker. When i put an
AjaxLinkSubmit, AjaxSubmit or AjaxImageSubmit component in the target
parameter, i got an ApplicationRuntimeException saying "Script symbol
'targetFunctionName' is required, but not specified.". But, using the demo
example (with an AjaxEventSubmit), i caught no exceptions. Here is my code:

.page:

<component id="scriptSubmit" type="tacos:AjaxLinkSubmit">
       <binding name="action" value="listener:linkSubmit"/>
       <binding name="updateComponents" value="ognl:{'div3'}"/>
</component>

.html:

<span jwcid="scriptSubmit"/>
<span jwcid="[EMAIL PROTECTED]:AjaxAutoInvoker"
intervalMilliseconds="2000" target="component:scriptSubmit"/>

Simply canging the AjaxLinkSubmit by an AjaxEventSubmit, i got the right
response. So i thought it's a bug, ok?  Correct me if i am wrong.

--
Atenciosamente,
Marcelo Lotif
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to