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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to