Without this patch, I received javascript errors in Firefox.
-------------------------------------------------------------------------------------------------------------
Index: use-cases/src/web/ajax/zipCode.jsp
===================================================================
--- use-cases/src/web/ajax/zipCode.jsp (revision 378284)
+++ use-cases/src/web/ajax/zipCode.jsp (working copy)
@@ -33,8 +33,8 @@
// from the zip code menu.
function zipChanged(zip) {
- sendRequest(<%= request.getContextPath() %> +
-
"dynamic/remoting$business/cityAndStateForZip.faces" +
+ sendRequest("<%= request.getContextPath() %>" +
+
"/dynamic/remoting$business/cityAndStateForZip.faces" +
"?zip=" + escape(zip),
processZipCodeSelection);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]