Just a little javascript error (at least for firefox linux): error in
shale-usecases-20060305.war .  /ajax/zipCode.jsp line 36


               sendRequest(<%= request.getContextPath() %> +


should read

               sendRequest("<%= request.getContextPath() %>" +


The un quoted path is not recognised.

Toolman

Reply via email to