Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3639 - in branches/WebAdmin/perfSONARWebAdmin: admin/wizard/services auxiliary/wizard

Subject: perfsonar development work

List archive

perfsonar: r3639 - in branches/WebAdmin/perfSONARWebAdmin: admin/wizard/services auxiliary/wizard


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3639 - in branches/WebAdmin/perfSONARWebAdmin: admin/wizard/services auxiliary/wizard
  • Date: Wed, 9 Apr 2008 09:12:30 -0400

Author: michalis
Date: 2008-04-09 09:12:30 -0400 (Wed, 09 Apr 2008)
New Revision: 3639

Modified:
branches/WebAdmin/perfSONARWebAdmin/admin/wizard/services/RRDMAHandler.java
branches/WebAdmin/perfSONARWebAdmin/auxiliary/wizard/HTMLOutput.java
Log:


Modified:
branches/WebAdmin/perfSONARWebAdmin/admin/wizard/services/RRDMAHandler.java
===================================================================
---
branches/WebAdmin/perfSONARWebAdmin/admin/wizard/services/RRDMAHandler.java
2008-04-09 13:08:40 UTC (rev 3638)
+++
branches/WebAdmin/perfSONARWebAdmin/admin/wizard/services/RRDMAHandler.java
2008-04-09 13:12:30 UTC (rev 3639)
@@ -491,7 +491,7 @@
while (it.hasNext()) {
String key = (String) it.next();
// Setting service properties and wizard
properties
- value = serviceProperties.getProperty(key);
+ value = functionProperties.getProperty(key);
if (value == null) {
throw new IOException("Key is invalid
" + key + " ");
} else {

Modified: branches/WebAdmin/perfSONARWebAdmin/auxiliary/wizard/HTMLOutput.java
===================================================================
--- branches/WebAdmin/perfSONARWebAdmin/auxiliary/wizard/HTMLOutput.java
2008-04-09 13:08:40 UTC (rev 3638)
+++ branches/WebAdmin/perfSONARWebAdmin/auxiliary/wizard/HTMLOutput.java
2008-04-09 13:12:30 UTC (rev 3639)
@@ -443,7 +443,7 @@
String value=pr.getProposedValue();
if (pr.isPassword()) {
type = "password";
- value=" ";
+ value="";
}
out.println("<input class=\"input_style\"
onmouseover=\"setTip(null,'"
+value + "','#D5E9D4')\" type=\"" +
type



  • perfsonar: r3639 - in branches/WebAdmin/perfSONARWebAdmin: admin/wizard/services auxiliary/wizard, svnlog, 04/09/2008

Archive powered by MHonArc 2.6.16.

Top of Page