This has to do with our .script files.
We have to be careful when using <if expression="...">
inside the <unique> tag. Here's an example:

In AjaxForm.script, inside the unique tag, we have
<if expression="multipart" >
dojo.require("dojo.io.IframeIO");
</if>
which appears correct, BUT if a page has 2 forms,
with only the second one using multipart,
then the dojo.require statement will not be included.
The unique content has already been evaluated for the
first form!

I'll add a bug report for this - perhaps other files have this
problem too.
 




-------------------------------------------------------
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
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to