You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Tim Taylor <th...@gmail.com> on 2006/03/06 07:50:36 UTC

[shale] error in nightly build: fix included

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