Author: keith
Date: Sun Jan 20 08:40:16 2008
New Revision: 12543
Log:
Fixing MashupDownloading
Modified:
trunk/mashup/java/modules/www/js/mashup-utils.js
Modified: trunk/mashup/java/modules/www/js/mashup-utils.js
==============================================================================
--- trunk/mashup/java/modules/www/js/mashup-utils.js (original)
+++ trunk/mashup/java/modules/www/js/mashup-utils.js Sun Jan 20 08:40:16 2008
@@ -516,12 +516,11 @@
//Creating the form content
var downloadForm = '<form method="post" id="downloadForm"
name="downloadForm" action="services/ServiceSharingHelper/downloadService">' +
- '<input id="txtRemoteServer" name="remoteServer"
type="hidden">' +
'<input size="10" id="txtServiceName"
name="serviceName" type="hidden" value="' +
serviceName + '">' +
'<b><label>Your Mashup Server Admin User Name:
</label></b><input size="40" name="username" type="text"> <br>' +
'<b><label>Your Mashup Server Admin Password:
</label></b><input size="40" name="password" type="password"> <br>'
+
- '<b><label>Your Mashup Server Address:
</label></b><input
size="40" name="name" type="text" value="https://localhost:7443/"> <br>' +
+ '<b><label>Your Mashup Server Address:
</label></b><input
size="40" name="remoteServer" type="text" value="https://localhost:7443/">
<br>' +
'<br><br><input type="button" value="Download"
onclick="WSO2.MashupUtils.makeMashupDownloadRequest();"/>' +
'</form>';
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev