Author: adrianc
Date: Tue Jun 17 07:54:06 2008
New Revision: 668696
URL:
http://svn.apache.org/viewvc?rev=668696&view=revLog:
Page select dropdown bug fix - reported by Jacopo on the dev mailing list.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java
Modified: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java?rev=668696&r1=668695&r2=668696&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java (original)
+++ ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java Tue Jun 17 07:54:06 2008
@@ -2144,7 +2144,7 @@
if (linkText.startsWith("/")) {
linkText = linkText.substring(1);
}
- writer.append("location.href = '" + urlPath + linkText + "' + this.value;");
+ writer.append("location.href = '" + rh.makeLink(this.request, this.response, urlPath + linkText) + "' + this.value;");
}
writer.append("\">");
// actual value