You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/24 06:07:54 UTC

svn commit: r396412 - in /incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven: modelDriven.jsp modelDrivenResult.jsp

Author: mrdon
Date: Sun Apr 23 21:07:53 2006
New Revision: 396412

URL: http://svn.apache.org/viewcvs?rev=396412&view=rev
Log:
Fixed dojo errors on showcase cause not using head tag that imports dojo

Modified:
    incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDriven.jsp
    incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp

Modified: incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDriven.jsp
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDriven.jsp?rev=396412&r1=396411&r2=396412&view=diff
==============================================================================
--- incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDriven.jsp (original)
+++ incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDriven.jsp Sun Apr 23 21:07:53 2006
@@ -3,6 +3,7 @@
 <html>
 <head>
 <title>Showcase - Model Driven Example</title>
+<saf:head/>
 </head>
 <body>
 

Modified: incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp?rev=396412&r1=396411&r2=396412&view=diff
==============================================================================
--- incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp (original)
+++ incubator/webwork2/webapps/showcase/src/main/webapp/modelDriven/modelDrivenResult.jsp Sun Apr 23 21:07:53 2006
@@ -3,6 +3,7 @@
 <html>
 <head>
 <title>Showcase - Model Driven Example</title>
+<saf:head/>
 </head>
 <body>
 
@@ -20,4 +21,4 @@
 			name="description" /><br/>
 
 </body>
-</html>
\ No newline at end of file
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org