Skip to content

Instantly share code, notes, and snippets.

@rotty3000
Created July 8, 2013 17:31
Show Gist options
  • Save rotty3000/5950779 to your computer and use it in GitHub Desktop.
Save rotty3000/5950779 to your computer and use it in GitHub Desktop.
@@ -125,8 +125,8 @@ String onClick = GetterUtil.getString((String)request.getAttribute("liferay-ui:t
else {
if (values[i].equals("»")) {
- curURL = url + separator + param + "=" + values[0] + anchor;
+ curURL = url + separator + namespace + param + "=" + values[0] + anchor;
}
else {
- curURL = url + separator + param + "=" + values[i] + anchor;
+ curURL = url + separator + namespace + param + "=" + values[i] + anchor;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment