You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/05/18 23:41:41 UTC

svn commit: r170832 - in /incubator/beehive/trunk: docs/forrest/src/documentation/content/xdocs/jpetstore.xml samples/petstoreWeb/web/auth/login.jsp

Author: ekoneil
Date: Wed May 18 14:41:40 2005
New Revision: 170832

URL: http://svn.apache.org/viewcvs?rev=170832&view=rev
Log:
Fix for JIRA 456.  Contribution from Krista Baker.

- fixup location of JavaScript
- fixup documentation to reference the correct location for the petstoreWeb.war file

BB: self
DRT: Beehive pass / build.dist pass


Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
    incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=170832&r1=170831&r2=170832&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml Wed May 18 14:41:40 2005
@@ -248,7 +248,7 @@
 				<p>To compile the Petstore app, enter the following Ant command:</p>
 <source>ant clean build war
 </source>
-<p>A WAR file named <code>petstoreWeb.war</code> will be created at <code>C:/beehive_projects/petstoreWeb.war</code>.</p>
+<p>A WAR file named <code>petstoreWeb.war</code> will be created at <code>C:/beehive_projects/petstoreWeb/petstoreWeb.war</code>.</p>
 			</section>
 			<section id="start_tomcat">
 				<title>To Start Tomcat</title>

Modified: incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp?rev=170832&r1=170831&r2=170832&view=diff
==============================================================================
--- incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp (original)
+++ incubator/beehive/trunk/samples/petstoreWeb/web/auth/login.jsp Wed May 18 14:41:40 2005
@@ -31,12 +31,6 @@
 
     <netui-template:section name="body">
 
-	    <%-- set focus on the username box--%>
-	    <script language="javascript">
-	    <!--
-	    document.forms[1].j_username.focus();
-	    -->
-	    </script>
 	    <br/>
 	    <center>
 	    <netui:form action="securityCheck">
@@ -65,5 +59,13 @@
 	    </netui:form>
 	    <netui:anchor value="${bundle.view.buttonRegisterNow}" action="rootSharedFlow.globalViewCreateAccount"/>
 	    </center>
+
+	    <%-- set focus on the username box--%>
+	    <script language="javascript">
+	    <!--
+	    document.forms[1].j_username.focus();
+	    -->
+	    </script>
+
 	    </netui-template:section>
 </netui-template:template>