Hello guys!

We have a problem when doing update with AjaxDirectLink. This code is used inside a ListEdit component and when setting in updateComponents an id that is not inside a loop is working. Are we the only ones having problems doing ajax updates inside loops ?

<span jwcid="[EMAIL PROTECTED]" id="unidTacosUpdate" style="display:none">
   <input jwcid="@TextField" value="ognl:ajaxReturnValue"/>

   <span jwcid="@tacos:AjaxDirectLink"
       updateComponents="ognl:{'unidTacosUpdate'}"
       parameters="ognl:{'Car','Brand', '#searchField_LazyInst_MoreCars#'}"
       listener="listener:handlerAjaxUnidReference">
           link
   </span>
   <span jwcid="@If" condition="ognl:hasAjaxReturnValue()" >
       <script language="Javascript">
           unidTacosResponse( parentElem );
       </script>
   </span>
</span>

Thank you!



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to