Update of /cvsroot/tacos/tacos4/src/java/net/sf/tacos/ajax/components
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10094/src/java/net/sf/tacos/ajax/components

Modified Files:
      Tag: tacos4-alpha-7-pretap4-1
        tacos.js 
Log Message:
Fixed form submission in multipart

Index: tacos.js
===================================================================
RCS file: /cvsroot/tacos/tacos4/src/java/net/sf/tacos/ajax/components/tacos.js,v
retrieving revision 1.103.2.2
retrieving revision 1.103.2.3
diff -C2 -d -r1.103.2.2 -r1.103.2.3
*** tacos.js    20 Dec 2005 20:34:40 -0000      1.103.2.2
--- tacos.js    21 Dec 2005 21:28:56 -0000      1.103.2.3
***************
*** 426,431 ****
          load: function(type, data, evt)
          {
!               
!               if (kwArgs["multipart"]) {
                        dojo.debug("Multipart data submit response received:" + 
evt.responseText);
                        //Call optional updateObject
--- 426,430 ----
          load: function(type, data, evt)
          {
!               /* if (kwArgs["multipart"]) {
                        dojo.debug("Multipart data submit response received:" + 
evt.responseText);
                        //Call optional updateObject
***************
*** 435,439 ****
                                tacos.responseComplete(data);
                        return;
!               }
              if (tacos.loadDojoResponse(type, data, evt, kwArgs)) {
                if (djConfig["isDebug"]) {
--- 434,438 ----
                                tacos.responseComplete(data);
                        return;
!               }*/
              if (tacos.loadDojoResponse(type, data, evt, kwArgs)) {
                if (djConfig["isDebug"]) {



-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to