You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/05/31 11:56:07 UTC

svn commit: r543102 [13/32] - in /harmony/enhanced/buildtest/branches/2.0: adaptors/struts_test/ tests/struts_test/ tests/struts_test/resources/ tests/struts_test/resources/showcase/ tests/struts_test/src/ tests/struts_test/src/org/ tests/struts_test/s...

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-425644950.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-425644950.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-425644950.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-425644950.html Thu May 31 02:55:56 2007
@@ -0,0 +1,124 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>Available Employees</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:17:55
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <h1>Available Employees</h1>
+<table>
+    <tr>
+        <th>Id</th>
+        <th>First Name</th>
+        <th>Last Name</th>
+    </tr>
+    
+        <tr>
+            <td><a href="/struts2-showcase-2.0.6/employee/edit-2.action">2</a></td>
+            <td>Robert</td>
+            <td>Robson</td>
+        </tr>
+    
+        <tr>
+            <td><a href="/struts2-showcase-2.0.6/employee/edit-1.action">1</a></td>
+            <td>Alan</td>
+            <td>Smithee</td>
+        </tr>
+    
+</table>
+<p><a href="/struts2-showcase-2.0.6/employee/edit-.action">Create new Employee</a></p>
+<p><a href="/struts2-showcase-2.0.6/showcase.action">Back to Showcase Startpage</a></p>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?config=file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts.xml:95&className=org.apache.struts2.showcase.action.EmployeeAction&page=/employee//empmanager/listEmployees.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-425644950.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-451142477.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-451142477.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-451142477.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-451142477.html Thu May 31 02:55:56 2007
@@ -0,0 +1,195 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>Showcase - Conversion - Populate Object into Struts' action List</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:17:43
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <p/>
+An example populating a list of object (Person.java) into Struts' action (PersonAction.java)
+
+<p/>
+
+See the jsp code <a
+	
+	href="/struts2-showcase-2.0.6/conversion/showPersonJspCode.action"
+
+>
+here.</a>
+<br/>
+See the code for PersonAction.java <a
+	
+	href="/struts2-showcase-2.0.6/conversion/showPersonActionJavaCode.action"
+
+>
+here.</a>
+<br/>
+See the code for Person.java <a
+	
+	href="/struts2-showcase-2.0.6/conversion/showPersonJavaCode.action"
+
+>
+here.</a>
+<br/>
+
+<p/>
+
+
+
+
+			
+<form id="submitPersonInfo" name="submitPersonInfo" onsubmit="return true;" action="/struts2-showcase-2.0.6/conversion/submitPersonInfo.action" method="post">
+<table class="wwFormTable">
+    
+    
+        <tr>
+    <td class="tdLabel"><label for="submitPersonInfo_persons_0__name" class="label">Person 0 Name:</label></td>
+    <td
+><input type="text" name="persons[0].name" value="" id="submitPersonInfo_persons_0__name"/>
+</td>
+</tr>
+
+        <tr>
+    <td class="tdLabel"><label for="submitPersonInfo_persons_0__age" class="label">Person 0 Age:</label></td>
+    <td
+><input type="text" name="persons[0].age" value="" id="submitPersonInfo_persons_0__age"/>
+</td>
+</tr>
+
+    
+        <tr>
+    <td class="tdLabel"><label for="submitPersonInfo_persons_1__name" class="label">Person 1 Name:</label></td>
+    <td
+><input type="text" name="persons[1].name" value="" id="submitPersonInfo_persons_1__name"/>
+</td>
+</tr>
+
+        <tr>
+    <td class="tdLabel"><label for="submitPersonInfo_persons_1__age" class="label">Person 1 Age:</label></td>
+    <td
+><input type="text" name="persons[1].age" value="" id="submitPersonInfo_persons_1__age"/>
+</td>
+</tr>
+
+    
+        <tr>
+    <td class="tdLabel"><label for="submitPersonInfo_persons_2__name" class="label">Person 2 Name:</label></td>
+    <td
+><input type="text" name="persons[2].name" value="" id="submitPersonInfo_persons_2__name"/>
+</td>
+</tr>
+
+        <tr>
+    <td class="tdLabel"><label for="submitPersonInfo_persons_2__age" class="label">Person 2 Age:</label></td>
+    <td
+><input type="text" name="persons[2].age" value="" id="submitPersonInfo_persons_2__age"/>
+</td>
+</tr>
+
+    
+    
+    
+    
+    
+                    
+                    
+    <tr>
+    <td colspan="2"><div align="right"><input type="submit" id="submitPersonInfo_0" value="Submit"/>
+</div></td>
+</tr>
+
+</table></form>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?config=file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts-conversion.xml:12&className=org.apache.struts2.showcase.conversion.PersonAction&page=/conversion/enterPersonInfo.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-451142477.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-45486744.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-45486744.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-45486744.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-45486744.html Thu May 31 02:55:56 2007
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>Acme Corp</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:18:47
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <ul>
+    <li><a href="newPerson!input.action">Create</a> a new person</li>
+    <li><a href="listPeople.action">List</a> all people</li>
+</ul>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?page=/person/index.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-45486744.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-465925079.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-465925079.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-465925079.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-465925079.html Thu May 31 02:55:56 2007
@@ -0,0 +1,289 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>View Sources</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    <!--// START SNIPPET: common-include-->
+<link rel="stylesheet" href="/struts2-showcase-2.0.6/struts/xhtml/styles.css" type="text/css"/>
+<script language="JavaScript" type="text/javascript">
+    // Dojo configuration
+    djConfig = {
+        baseRelativePath: "/struts2-showcase-2.0.6/struts/dojo",
+        isDebug: false,
+        bindEncoding: "UTF-8",
+        debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
+    };
+</script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/dojo/dojo.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/simple/dojoRequire.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/ajax/dojoRequire.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/CommonFunctions.js"></script>
+
+<!--// END SNIPPET: common-include-->
+
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/tabs.css?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction" media="print">
+    <script type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction"></script>
+    <script type="text/javascript">
+        window.onload = function() {
+            if (!NiftyCheck())
+                return;
+            Rounded("li.tab_selected", "top", "white", "transparent", "border #ffffffS");
+            Rounded("li.tab_unselected", "top", "white", "transparent", "border #ffffffS");
+            //                Rounded("div#tab_header_main li","top","white","transparent","border #ffffffS");
+            // "white" needs to be replaced with the background color
+        }
+    </script>
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:19:36
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <h1>View Sources</h1>
+
+<script type="text/javascript">
+  dojo.require("dojo.widget.TabContainer");
+  dojo.require("dojo.widget.LinkPane");
+  dojo.require("dojo.widget.ContentPane");
+</script>
+
+<div dojoType="TabContainer"
+      id="test"    doLayout="false">
+
+	<div dojoType="struts:BindDiv"
+    
+  	id="one"    label="Page"    showError="true">
+
+        <h3>/validation/quiz-client.jsp</h3>
+<pre>
+
+1: &lt;%@ taglib prefix=&quot;s&quot; uri=&quot;/struts-tags&quot; %&gt;
+2: 
+3: &lt;!-- START SNIPPET: clientValidation --&gt;
+4: 
+5: &lt;html&gt;
+6: &lt;head&gt;
+7:     &lt;title&gt;Validation - Basic&lt;/title&gt;
+8:     &lt;s:head/&gt;
+9: &lt;/head&gt;
+10: 
+11: &lt;body&gt;
+12: 
+13: &lt;s:form method=&quot;post&quot; validate=&quot;true&quot;&gt;
+14:     &lt;s:textfield label=&quot;Name&quot; name=&quot;name&quot;/&gt;
+15:     &lt;s:textfield label=&quot;Age&quot; name=&quot;age&quot;/&gt;
+16:     &lt;s:textfield label=&quot;Favorite color&quot; name=&quot;answer&quot;/&gt;
+17:     &lt;s:submit/&gt;
+18: &lt;/s:form&gt;
+19: 
+20: &lt;/body&gt;
+21: &lt;/html&gt;
+22: 
+23: &lt;!--  END SNIPPET: clientValidation --&gt;
+24: 
+</pre>
+    </div>
+
+    <div dojoType="struts:BindDiv"
+    
+  	id="two"    label="Configuration"    showError="true">
+
+        <h3>file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts-validation.xml</h3>
+<pre>
+
+
+2:     &quot;-//Apache Software Foundation//DTD Struts Configuration 2.0//EN&quot;
+3:     &quot;http://struts.apache.org/dtds/struts-2.0.dtd&quot;&gt;
+4: 	
+5: &lt;struts&gt;
+6: 	&lt;package name=&quot;validation&quot; extends=&quot;struts-default&quot; namespace=&quot;/validation&quot;&gt;
+7: 	    &lt;action name=&quot;quizBasic&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;
+8:             &lt;result name=&quot;input&quot;&gt;quiz-basic.jsp&lt;/result&gt;
+9:             &lt;result&gt;quiz-success.jsp&lt;/result&gt;
+10:         &lt;/action&gt;
+11: 
+<span style="background-color:yellow">12:         &lt;action name=&quot;quizClient&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;</span>
+13:             &lt;result name=&quot;input&quot;&gt;quiz-client.jsp&lt;/result&gt;
+14:             &lt;result&gt;quiz-success.jsp&lt;/result&gt;
+15:         &lt;/action&gt;
+16: 
+17:         &lt;action name=&quot;quizClientCss&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;
+18:             &lt;result name=&quot;input&quot;&gt;quiz-client-css.jsp&lt;/result&gt;
+19:             &lt;result&gt;quiz-success.jsp&lt;/result&gt;
+20:         &lt;/action&gt;
+21: 
+22:         &lt;action name=&quot;quizAjax&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;
+</pre>
+    </div>
+
+    <div dojoType="struts:BindDiv"
+    
+  	id="three"    label="Java Action"    showError="true">
+
+        <h3>/org/apache/struts2/showcase/validation/QuizAction.java</h3>
+<pre>
+
+1: /*
+2:  * $Id: QuizAction.java 471756 2006-11-06 15:01:43Z husted $
+3:  *
+4:  * Licensed to the Apache Software Foundation (ASF) under one
+5:  * or more contributor license agreements.  See the NOTICE file
+6:  * distributed with this work for additional information
+7:  * regarding copyright ownership.  The ASF licenses this file
+8:  * to you under the Apache License, Version 2.0 (the
+9:  * &quot;License&quot;); you may not use this file except in compliance
+10:  * with the License.  You may obtain a copy of the License at
+11:  *
+12:  *  http://www.apache.org/licenses/LICENSE-2.0
+13:  *
+14:  * Unless required by applicable law or agreed to in writing,
+15:  * software distributed under the License is distributed on an
+16:  * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+17:  * KIND, either express or implied.  See the License for the
+18:  * specific language governing permissions and limitations
+19:  * under the License.
+20:  */
+21: package org.apache.struts2.showcase.validation;
+22: 
+23: import com.opensymphony.xwork2.ActionSupport;
+24: 
+25: /**
+26:  */
+27: 
+28: // START SNIPPET: quizAction
+29: 
+30: public class QuizAction extends ActionSupport {
+31: 
+32:     private static final long serialVersionUID = -7505437345373234225L;
+33: 
+34:     String name;
+35:     int age;
+36:     String answer;
+37: 
+38:     public String getName() {
+39:         return name;
+40:     }
+41: 
+42:     public void setName(String name) {
+43:         this.name = name;
+44:     }
+45: 
+46:     public int getAge() {
+47:         return age;
+48:     }
+49: 
+50:     public void setAge(int age) {
+51:         this.age = age;
+52:     }
+53: 
+54:     public String getAnswer() {
+55:         return answer;
+56:     }
+57: 
+58:     public void setAnswer(String answer) {
+59:         this.answer = answer;
+60:     }
+61: }
+62: 
+63: // END SNIPPET: quizAction
+64: 
+</pre>
+    </div>
+
+    
+</div>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A12&amp;page=%2Fvalidation%2Fquiz-client.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?config=file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts.xml:60&className=org.apache.struts2.showcase.source.ViewSourceAction&page=//viewSource.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-465925079.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-468248998.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-468248998.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-468248998.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-468248998.html Thu May 31 02:55:56 2007
@@ -0,0 +1,288 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>View Sources</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    <!--// START SNIPPET: common-include-->
+<link rel="stylesheet" href="/struts2-showcase-2.0.6/struts/xhtml/styles.css" type="text/css"/>
+<script language="JavaScript" type="text/javascript">
+    // Dojo configuration
+    djConfig = {
+        baseRelativePath: "/struts2-showcase-2.0.6/struts/dojo",
+        isDebug: false,
+        bindEncoding: "UTF-8",
+        debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
+    };
+</script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/dojo/dojo.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/simple/dojoRequire.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/ajax/dojoRequire.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/CommonFunctions.js"></script>
+
+<!--// END SNIPPET: common-include-->
+
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/tabs.css?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction" media="print">
+    <script type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction"></script>
+    <script type="text/javascript">
+        window.onload = function() {
+            if (!NiftyCheck())
+                return;
+            Rounded("li.tab_selected", "top", "white", "transparent", "border #ffffffS");
+            Rounded("li.tab_unselected", "top", "white", "transparent", "border #ffffffS");
+            //                Rounded("div#tab_header_main li","top","white","transparent","border #ffffffS");
+            // "white" needs to be replaced with the background color
+        }
+    </script>
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:19:31
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <h1>View Sources</h1>
+
+<script type="text/javascript">
+  dojo.require("dojo.widget.TabContainer");
+  dojo.require("dojo.widget.LinkPane");
+  dojo.require("dojo.widget.ContentPane");
+</script>
+
+<div dojoType="TabContainer"
+      id="test"    doLayout="false">
+
+	<div dojoType="struts:BindDiv"
+    
+  	id="one"    label="Page"    showError="true">
+
+        <h3>/validation/quiz-ajax.jsp</h3>
+<pre>
+
+1: &lt;%@ taglib prefix=&quot;s&quot; uri=&quot;/struts-tags&quot; %&gt;
+2: 
+3: &lt;!-- START SNIPPET: ajaxValidation --&gt;
+4: 
+5: &lt;html&gt;
+6: &lt;head&gt;
+7:     &lt;title&gt;Validation - Basic&lt;/title&gt;
+8:     &lt;s:head theme=&quot;ajax&quot;/&gt;
+9: &lt;/head&gt;
+10: 
+11: &lt;body&gt;
+12: 
+13: &lt;s:form method=&quot;post&quot; validate=&quot;true&quot; theme=&quot;ajax&quot;&gt;
+14:     &lt;s:textfield label=&quot;Name&quot; name=&quot;name&quot;/&gt;
+15:     &lt;s:textfield label=&quot;Age&quot; name=&quot;age&quot;/&gt;
+16:     &lt;s:textfield label=&quot;Favorite color&quot; name=&quot;answer&quot;/&gt;
+17:     &lt;s:submit/&gt;
+18: &lt;/s:form&gt;
+19: 
+20: &lt;/body&gt;
+21: &lt;/html&gt;
+22: 
+23: &lt;!-- END SNIPPET: ajaxValidation --&gt;
+</pre>
+    </div>
+
+    <div dojoType="struts:BindDiv"
+    
+  	id="two"    label="Configuration"    showError="true">
+
+        <h3>file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts-validation.xml</h3>
+<pre>
+
+
+12:         &lt;action name=&quot;quizClient&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;
+13:             &lt;result name=&quot;input&quot;&gt;quiz-client.jsp&lt;/result&gt;
+14:             &lt;result&gt;quiz-success.jsp&lt;/result&gt;
+15:         &lt;/action&gt;
+16: 
+17:         &lt;action name=&quot;quizClientCss&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;
+18:             &lt;result name=&quot;input&quot;&gt;quiz-client-css.jsp&lt;/result&gt;
+19:             &lt;result&gt;quiz-success.jsp&lt;/result&gt;
+20:         &lt;/action&gt;
+21: 
+<span style="background-color:yellow">22:         &lt;action name=&quot;quizAjax&quot; class=&quot;org.apache.struts2.showcase.validation.QuizAction&quot;&gt;</span>
+23:             &lt;result name=&quot;input&quot;&gt;quiz-ajax.jsp&lt;/result&gt;
+24:             &lt;result&gt;quiz-success.jsp&lt;/result&gt;
+25:         &lt;/action&gt;
+26: 	&lt;/package&gt;
+27: 
+28: 
+29: 	&lt;package name=&quot;validationExamples&quot; extends=&quot;struts-default&quot; namespace=&quot;/validation&quot; &gt;
+30: 
+31: 		&lt;action name=&quot;list&quot;&gt;
+32: 			&lt;result&gt;index.jsp&lt;/result&gt;
+</pre>
+    </div>
+
+    <div dojoType="struts:BindDiv"
+    
+  	id="three"    label="Java Action"    showError="true">
+
+        <h3>/org/apache/struts2/showcase/validation/QuizAction.java</h3>
+<pre>
+
+1: /*
+2:  * $Id: QuizAction.java 471756 2006-11-06 15:01:43Z husted $
+3:  *
+4:  * Licensed to the Apache Software Foundation (ASF) under one
+5:  * or more contributor license agreements.  See the NOTICE file
+6:  * distributed with this work for additional information
+7:  * regarding copyright ownership.  The ASF licenses this file
+8:  * to you under the Apache License, Version 2.0 (the
+9:  * &quot;License&quot;); you may not use this file except in compliance
+10:  * with the License.  You may obtain a copy of the License at
+11:  *
+12:  *  http://www.apache.org/licenses/LICENSE-2.0
+13:  *
+14:  * Unless required by applicable law or agreed to in writing,
+15:  * software distributed under the License is distributed on an
+16:  * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+17:  * KIND, either express or implied.  See the License for the
+18:  * specific language governing permissions and limitations
+19:  * under the License.
+20:  */
+21: package org.apache.struts2.showcase.validation;
+22: 
+23: import com.opensymphony.xwork2.ActionSupport;
+24: 
+25: /**
+26:  */
+27: 
+28: // START SNIPPET: quizAction
+29: 
+30: public class QuizAction extends ActionSupport {
+31: 
+32:     private static final long serialVersionUID = -7505437345373234225L;
+33: 
+34:     String name;
+35:     int age;
+36:     String answer;
+37: 
+38:     public String getName() {
+39:         return name;
+40:     }
+41: 
+42:     public void setName(String name) {
+43:         this.name = name;
+44:     }
+45: 
+46:     public int getAge() {
+47:         return age;
+48:     }
+49: 
+50:     public void setAge(int age) {
+51:         this.age = age;
+52:     }
+53: 
+54:     public String getAnswer() {
+55:         return answer;
+56:     }
+57: 
+58:     public void setAnswer(String answer) {
+59:         this.answer = answer;
+60:     }
+61: }
+62: 
+63: // END SNIPPET: quizAction
+64: 
+</pre>
+    </div>
+
+    
+</div>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp?config=file%3A%2FC%3A%2Fmol%2Ftools%2Fjakarta-tomcat-5.0.30%2Fwebapps%2Fstruts2-showcase-2.0.6%2FWEB-INF%2Fclasses%2Fstruts-validation.xml%3A22&amp;page=%2Fvalidation%2Fquiz-ajax.jsp&amp;className=org.apache.struts2.showcase.validation.QuizAction">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?config=file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts.xml:60&className=org.apache.struts2.showcase.source.ViewSourceAction&page=//viewSource.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-468248998.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-510185881.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-510185881.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-510185881.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-510185881.html Thu May 31 02:55:56 2007
@@ -0,0 +1,352 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>Showcase - Validation - Field Validators Example</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    <link rel="stylesheet" href="/struts2-showcase-2.0.6/struts/xhtml/styles.css" type="text/css"/>
+<script language="JavaScript" type="text/javascript">
+    // Dojo configuration
+    djConfig = {
+        baseRelativePath: "/struts2-showcase-2.0.6/struts/dojo",
+        isDebug: false,
+        bindEncoding: "UTF-8",
+        debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
+    };
+</script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/dojo/dojo.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/simple/dojoRequire.js"></script>
+
+        <!--  link rel="stylesheet" type="text/css" href='/struts2-showcase-2.0.6/validation/validationExamplesStyles.css'-->
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:19:22
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <!-- START SNIPPET: fieldValidatorsExample -->
+
+        <h3>All Field Errors Will Appear Here</h3>
+        
+        <hr/>
+
+        <h3>Field Error due to 'Required String Validator Field' Will Appear Here</h3>
+        
+            
+        
+        <hr/>
+
+        <h3>Field Error due to 'String Length Validator Field' Will Appear Here</h3>
+        
+            
+        
+        <hr/>
+
+        	<script src="/struts2-showcase-2.0.6/struts/xhtml/validation.js"></script>
+		
+<form namespace="/validation" id="submitClientSideValidationExample" name="submitClientSideValidationExample" onsubmit="return validateForm_submitClientSideValidationExample();" action="/struts2-showcase-2.0.6/validation/submitClientSideValidationExample.action" method="POST">
+<table class="wwFormTable">
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_requiredValidatorField" class="label">Required Validator Field:</label></td>
+    <td
+><input type="text" name="requiredValidatorField" value="" id="submitClientSideValidationExample_requiredValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_requiredStringValidatorField" class="label">Required String Validator Field:</label></td>
+    <td
+><input type="text" name="requiredStringValidatorField" value="" id="submitClientSideValidationExample_requiredStringValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_integerValidatorField" class="label">Integer Validator Field:</label></td>
+    <td
+><input type="text" name="integerValidatorField" value="" id="submitClientSideValidationExample_integerValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_dateValidatorField" class="label">Date Validator Field:</label></td>
+    <td
+><input type="text" name="dateValidatorField" value="" id="submitClientSideValidationExample_dateValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_emailValidatorField" class="label">Email Validator Field:</label></td>
+    <td
+><input type="text" name="emailValidatorField" value="" id="submitClientSideValidationExample_emailValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_urlValidatorField" class="label">URL Validator Field:</label></td>
+    <td
+><input type="text" name="urlValidatorField" value="" id="submitClientSideValidationExample_urlValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_stringLengthValidatorField" class="label">String Length Validator Field:</label></td>
+    <td
+><input type="text" name="stringLengthValidatorField" value="" id="submitClientSideValidationExample_stringLengthValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_regexValidatorField" class="label">Regex Validator Field:</label></td>
+    <td
+><input type="text" name="regexValidatorField" value="" id="submitClientSideValidationExample_regexValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td class="tdLabel"><label for="submitClientSideValidationExample_fieldExpressionValidatorField" class="label">Field Expression Validator Field:</label></td>
+    <td
+><input type="text" name="fieldExpressionValidatorField" value="" id="submitClientSideValidationExample_fieldExpressionValidatorField"/>
+</td>
+</tr>
+
+            <tr>
+    <td colspan="2"><div align="right"><input type="submit" id="submitClientSideValidationExample_0" value="Submit"/>
+</div></td>
+</tr>
+
+        </table></form>
+
+
+
+<script type="text/javascript">
+    function validateForm_submitClientSideValidationExample() {
+        form = document.getElementById("submitClientSideValidationExample");
+        clearErrorMessages(form);
+        clearErrorLabels(form);
+
+        var errors = false;
+        // field name: requiredValidatorField
+        // validator name: required
+        if (form.elements['requiredValidatorField']) {
+            field = form.elements['requiredValidatorField'];
+            var error = " required ";
+            if (field.value == "") {
+                addError(field, error);
+                errors = true;
+            }
+        }
+        // field name: requiredStringValidatorField
+        // validator name: requiredstring
+        if (form.elements['requiredStringValidatorField']) {
+            field = form.elements['requiredStringValidatorField'];
+            var error = " required and must be string ";
+            if (field.value != null && (field.value == "" || field.value.replace(/^\s+|\s+$/g,"").length == 0)) {
+                addError(field, error);
+                errors = true;
+            }
+        }
+        // field name: requiredStringValidatorField
+        // validator name: requiredstring
+        if (form.elements['requiredStringValidatorField']) {
+            field = form.elements['requiredStringValidatorField'];
+            var error = "Test String for required Strings...";
+            if (field.value != null && (field.value == "" || field.value.replace(/^\s+|\s+$/g,"").length == 0)) {
+                addError(field, error);
+                errors = true;
+            }
+        }
+        // field name: integerValidatorField
+        // validator name: int
+        if (form.elements['integerValidatorField']) {
+            field = form.elements['integerValidatorField'];
+            var error = " must be integer min 1 max 10 if supplied ";
+            if (field.value != null) {
+                if (parseInt(field.value) <
+                     1 ||
+                        parseInt(field.value) >
+                           10) {
+                    addError(field, error);
+                    errors = true;
+                }
+            }
+        }
+        // field name: dateValidatorField
+        // validator name: date
+        if (form.elements['dateValidatorField']) {
+            field = form.elements['dateValidatorField'];
+            var error = " must be a min 01-01-1990 max 01-01-2000 if supplied ";
+        }
+        // field name: emailValidatorField
+        // validator name: email
+        if (form.elements['emailValidatorField']) {
+            field = form.elements['emailValidatorField'];
+            var error = " must be a valid email if supplied ";
+            if (field.value != null && field.value.length > 0 && field.value.match(/\b(^[_A-Za-z0-9-]+(\.[_A-Za-z0-9-]+)*@([A-Za-z0-9-])+(\.[A-Za-z0-9-]+)*((\.[A-Za-z0-9]{2,})|(\.[A-Za-z0-9]{2,}\.[A-Za-z0-9]{2,}))$)\b/gi)==null) {
+                addError(field, error);
+                errors = true;
+            }
+        }
+        // field name: urlValidatorField
+        // validator name: url
+        if (form.elements['urlValidatorField']) {
+            field = form.elements['urlValidatorField'];
+            var error = " must be a valid url if supplied ";
+            if (field.value != null && field.value.length > 0 && field.value.match(/(^(ftp|http|https):\/\/(\.[_A-Za-z0-9-]+)*(@?([A-Za-z0-9-])+)?(\.[A-Za-z0-9-]+)*((\.[A-Za-z0-9]{2,})|(\.[A-Za-z0-9]{2,}\.[A-Za-z0-9]{2,}))(:[0-9]+)?([/A-Za-z0-9?#_-]*)?$)/gi)==null) { 
+                addError(field, error);
+                errors = true;
+            }
+        }
+        // field name: stringLengthValidatorField
+        // validator name: stringlength
+        if (form.elements['stringLengthValidatorField']) {
+            field = form.elements['stringLengthValidatorField'];
+            var error = " must be a String of a specific greater than 1 less than 5 if ";
+            if (field.value != null) {
+                var value = field.value;
+                    //trim field value
+                    while (value.substring(0,1) == ' ')
+                        value = value.substring(1, value.length);
+                    while (value.substring(value.length-1, value.length) == ' ')
+                        value = value.substring(0, value.length-1);
+                if((2 > -1 && value.length < 2) ||
+                        (4 > -1 && value.length > 4)) {
+                    addError(field, error);
+                    errors = true;
+                }
+            }
+        }
+        // field name: regexValidatorField
+        // validator name: regex
+        if (form.elements['regexValidatorField']) {
+            field = form.elements['regexValidatorField'];
+            var error = " regexValidatorField must match a regexp (.*\\.txt) if specified ";
+            if (field.value != null && !field.value.match(".*\\.txt")) {
+                addError(field, error);
+                errors = true;
+            }
+        }
+        // field name: fieldExpressionValidatorField
+        // validator name: fieldexpression
+        if (form.elements['fieldExpressionValidatorField']) {
+            field = form.elements['fieldExpressionValidatorField'];
+            var error = " must be the same as the Required Validator Field if specified ";
+        }
+
+        return !errors;
+    }
+</script>
+
+
+    <!-- END SNIPPET: fieldValidatorsExample -->
+
+
+         
+
+<hr/>
+
+
+
+        
+<a
+	
+	href="/struts2-showcase-2.0.6/validation/list.action"
+
+>
+Back To Validation Examples</a>
+&nbsp;
+<a
+	
+	href="/struts2-showcase-2.0.6/showcase.action"
+
+>
+Back To Showcase</a>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?config=file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts-validation.xml:85&className=org.apache.struts2.showcase.validation.FieldValidatorsExampleAction&page=/validation//validation/clientSideValidationExample.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-510185881.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-518179836.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-518179836.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-518179836.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-518179836.html Thu May 31 02:55:56 2007
@@ -0,0 +1,204 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>View Sources</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    <!--// START SNIPPET: common-include-->
+<link rel="stylesheet" href="/struts2-showcase-2.0.6/struts/xhtml/styles.css" type="text/css"/>
+<script language="JavaScript" type="text/javascript">
+    // Dojo configuration
+    djConfig = {
+        baseRelativePath: "/struts2-showcase-2.0.6/struts/dojo",
+        isDebug: false,
+        bindEncoding: "UTF-8",
+        debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
+    };
+</script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/dojo/dojo.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/simple/dojoRequire.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/ajax/dojoRequire.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/CommonFunctions.js"></script>
+
+<!--// END SNIPPET: common-include-->
+
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/tabs.css?page=%2Ftags%2Fnon-ui%2Findex.jsp">
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css?page=%2Ftags%2Fnon-ui%2Findex.jsp">
+    <link rel="stylesheet" type="text/css" href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css?page=%2Ftags%2Fnon-ui%2Findex.jsp" media="print">
+    <script type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js?page=%2Ftags%2Fnon-ui%2Findex.jsp"></script>
+    <script type="text/javascript">
+        window.onload = function() {
+            if (!NiftyCheck())
+                return;
+            Rounded("li.tab_selected", "top", "white", "transparent", "border #ffffffS");
+            Rounded("li.tab_unselected", "top", "white", "transparent", "border #ffffffS");
+            //                Rounded("div#tab_header_main li","top","white","transparent","border #ffffffS");
+            // "white" needs to be replaced with the background color
+        }
+    </script>
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:18:57
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <h1>View Sources</h1>
+
+<script type="text/javascript">
+  dojo.require("dojo.widget.TabContainer");
+  dojo.require("dojo.widget.LinkPane");
+  dojo.require("dojo.widget.ContentPane");
+</script>
+
+<div dojoType="TabContainer"
+      id="test"    doLayout="false">
+
+	<div dojoType="struts:BindDiv"
+    
+  	id="one"    label="Page"    showError="true">
+
+        <h3>/tags/non-ui/index.jsp</h3>
+<pre>
+
+1: &lt;%@taglib prefix=&quot;s&quot; uri=&quot;/struts-tags&quot; %&gt;
+2: 
+3: &lt;html&gt;
+4: &lt;head&gt;
+5: &lt;title&gt;Showcase - Tags - Non UI Tags&lt;/title&gt;
+6: &lt;/head&gt;
+7: &lt;body&gt;
+8: &lt;h1&gt;Non UI Tags&lt;/h1&gt;
+9: 
+10: &lt;ul&gt;
+11:     &lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;showActionTagDemo&quot; namespace=&quot;/tags/non-ui/actionTag&quot;/&gt;&lt;s:a href=&quot;%{url}&quot;&gt;Action Tag&lt;/s:a&gt;&lt;/li&gt;
+12:     &lt;li&gt;&lt;s:url id=&quot;url&quot; value=&quot;date.jsp&quot; /&gt;&lt;s:a href=&quot;%{url}&quot;&gt;Date Tag&lt;/s:a&gt;&lt;/li&gt;
+13:     &lt;li&gt;&lt;s:url id=&quot;url&quot; value=&quot;debug.jsp&quot; /&gt;&lt;s:a href=&quot;%{url}&quot;&gt;Debug Tag&lt;/s:a&gt;&lt;/li&gt;
+14:     &lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;showGeneratorTagDemo&quot; namespace=&quot;/tags/non-ui/iteratorGeneratorTag&quot; /&gt;&lt;s:a href=&quot;%{url}&quot;&gt;Iterator Generator Tag&lt;/s:a&gt;&lt;/li&gt;
+15:     &lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;showAppendTagDemo&quot; namespace=&quot;/tags/non-ui/appendIteratorTag&quot; /&gt;&lt;s:a href=&quot;%{#url}&quot;&gt;Append Iterator Tag&lt;/s:a&gt;
+16:     &lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;showMergeTagDemo&quot; namespace=&quot;/tags/non-ui/mergeIteratorTag&quot; /&gt;&lt;s:a href=&quot;%{#url}&quot;&gt;Merge Iterator Demo&lt;/s:a&gt;
+17:     &lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;showSubsetTagDemo&quot; namespace=&quot;/tags/non-ui/subsetIteratorTag&quot; /&gt;&lt;s:a href=&quot;%{#url}&quot;&gt;Subset Tag&lt;/s:a&gt;
+18:     &lt;li&gt;&lt;s:url id=&quot;url&quot; value=&quot;actionPrefix/index.jsp&quot;/&gt;&lt;s:a href=&quot;%{#url}&quot;&gt;Action Prefix Example&lt;/s:a&gt;&lt;/li&gt;
+19: 	&lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;testIfTagJsp&quot; namespace=&quot;/tags/non-ui/ifTag&quot;/&gt;&lt;s:a href=&quot;%{#url}&quot;&gt;If Tag (JSP)&lt;/s:a&gt;&lt;/li&gt;
+20: 	&lt;li&gt;&lt;s:url id=&quot;url&quot; action=&quot;testIfTagFreemarker&quot; namespace=&quot;/tags/non-ui/ifTag&quot;/&gt;&lt;s:a href=&quot;%{#url}&quot;&gt;If Tag (Freemarker)&lt;/s:a&gt;&lt;/li&gt;
+21: &lt;/ul&gt;
+22: 
+23: &lt;/body&gt;
+24: &lt;/html&gt;
+</pre>
+    </div>
+
+    <div dojoType="struts:BindDiv"
+    
+  	id="two"    label="Configuration"    showError="true">
+
+        <h3>Unknown configuration</h3>
+<pre>
+
+
+</pre>
+    </div>
+
+    <div dojoType="struts:BindDiv"
+    
+  	id="three"    label="Java Action"    showError="true">
+
+        <h3>Unknown or unavailable Action class</h3>
+<pre>
+
+</pre>
+    </div>
+
+    
+</div>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload?page=%2Ftags%2Fnon-ui%2Findex.jsp">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action?page=%2Ftags%2Fnon-ui%2Findex.jsp">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action?page=%2Ftags%2Fnon-ui%2Findex.jsp">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp?page=%2Ftags%2Fnon-ui%2Findex.jsp">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?config=file:/C:/mol/tools/jakarta-tomcat-5.0.30/webapps/struts2-showcase-2.0.6/WEB-INF/classes/struts.xml:60&className=org.apache.struts2.showcase.source.ViewSourceAction&page=//viewSource.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-518179836.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-53629694.html
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-53629694.html?view=auto&rev=543102
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-53629694.html (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-53629694.html Thu May 31 02:55:56 2007
@@ -0,0 +1,248 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+
+
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+    <title>UI Tags Example</title>
+    <link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" type="text/css" media="all"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyCorners.css" rel="stylesheet" type="text/css"/>
+    <link href="/struts2-showcase-2.0.6/struts/niftycorners/niftyPrint.css" rel="stylesheet" type="text/css" media="print"/>
+
+    <script language="JavaScript" type="text/javascript" src="/struts2-showcase-2.0.6/struts/niftycorners/nifty.js"></script>
+
+    <script language="JavaScript" type="text/javascript">
+
+        window.onload=function(){
+            if(!NiftyCheck())
+                return;
+            Rounded("blockquote","tr bl","#ECF1F9","#CDFFAA","smooth border #88D84F");
+            Rounded("div#outer-header", "all", "white", "#818EBD", "smooth border #434F7C");
+            Rounded("div#footer", "all", "white", "#818EBD", "smooth border #434F7C");
+        }
+
+    </script>
+
+    <link rel="stylesheet" href="/struts2-showcase-2.0.6/struts/xhtml/styles.css" type="text/css"/>
+<script language="JavaScript" type="text/javascript">
+    // Dojo configuration
+    djConfig = {
+        baseRelativePath: "/struts2-showcase-2.0.6/struts/dojo",
+        isDebug: false,
+        bindEncoding: "UTF-8",
+        debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
+    };
+</script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/dojo/dojo.js"></script>
+<script language="JavaScript" type="text/javascript"
+        src="/struts2-showcase-2.0.6/struts/simple/dojoRequire.js"></script>
+</head>
+
+<body id="page-home">
+
+
+<div id="page">
+    <div id="outer-header">
+        <div id="header" class="clearfix">
+            <div id="branding">
+                <h1 class="title">Struts Showcase</h1>
+                
+2007/04/06 03:19:02
+
+            </div><!-- end branding -->
+
+            <div id="search">
+                <img src="/struts2-showcase-2.0.6/images/struts-power.gif" alt="Powered by Struts"/>
+            </div><!-- end search -->
+
+            <hr/>
+        </div>
+    </div><!-- end header -->
+
+    <div id="content" class="clearfix">
+
+        <table>
+<tr>
+    <td class="tdLabel"><label for="test" class="label">toggleType='wipe':</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="test"    value="2006-10-31"    name="dojo.test"    inputName="test"    containerToggle="wipe"    containerToggleDuration="300"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="" class="label">toggleType='explode':</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    value="2006-07-22"    containerToggle="explode"    containerToggleDuration="500"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="" class="label">toggleType='fade':</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    value="2006-06-30"    containerToggle="fade"    containerToggleDuration="500"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp1" class="label">With value='today':</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp1"    value="2007-04-06T15:19:02"    name="dojo.dddp1"    inputName="dddp1"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp2" class="label">US format, empty:</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp2"    lang="en-us"    name="dojo.dddp2"    inputName="dddp2"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp3" class="label">US format with initial date of 2006-06-26:</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp3"    value="2006-06-26"    lang="en-us"    name="dojo.dddp3"    inputName="dddp3"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp5" class="label">With initial date of 1969-04-25 and a custom format dd/MM/yyyy:</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp5"    value="1969-04-25T00:00:00"    name="dojo.dddp5"    inputName="dddp5"    displayFormat="dd/MM/yyyy"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp7" class="label">In German:</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp7"    value="2006-06-28"    lang="de"    name="dojo.dddp7"    inputName="dddp7"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp8" class="label">In Dutch:</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp8"    value="2006-06-28"    lang="nl"    name="dojo.dddp8"    inputName="dddp8"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp12" class="label">US format with initial date of 2006-06-26 and long formatting (parse not supported):</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp12"    value="2006-06-26"    lang="en-us"    name="dojo.dddp12"    inputName="dddp12"    formatLength="long"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+<tr>
+    <td class="tdLabel"><label for="dddp13" class="label">German format with initial date of 2006-06-26 and long formatting (parse not supported):</label></td>
+    <td
+><script type="text/javascript">
+    dojo.require("dojo.widget.DatePicker");
+</script>
+<div
+        dojoType="dropdowndatepicker"    id="dddp13"    value="2006-06-26"    lang="de"    name="dojo.dddp13"    inputName="dddp13"    formatLength="long"  saveFormat="rfc"></div>
+</td>
+</tr>
+
+
+</table>
+
+        <div id="nav">
+            <div class="wrapper">
+                <h2 class="accessibility">Navigation</h2>
+                <ul class="clearfix">
+        <li><a href="/struts2-showcase-2.0.6/showcase.jsp">Home</a></li>
+        <li><a href="/struts2-showcase-2.0.6/ajax/index.jsp">Ajax</a></li>
+        <li><a href="/struts2-showcase-2.0.6/chat/index.jsp">Ajax Chat</a></li>
+        <li><a href="/struts2-showcase-2.0.6/actionchaining/actionChain1!input.action">Action Chaining</a></li>
+        <li><a href="/struts2-showcase-2.0.6/config-browser/index.action">Config Browser</a></li>
+        <li><a href="/struts2-showcase-2.0.6/conversion/index.jsp">Conversion</a></li>
+        <li><a href="/struts2-showcase-2.0.6/empmanager/index.jsp">CRUD</a></li>
+        <li><a href="/struts2-showcase-2.0.6/wait/index.jsp">Execute & Wait</a></li>
+        <li><a href="/struts2-showcase-2.0.6/filedownload/index.jsp">File Download</a></li>
+        <li><a href="/struts2-showcase-2.0.6/fileupload">File Upload</a></li>
+        <li><a href="/struts2-showcase-2.0.6/freemarker/index.jsp">Freemarker</a>
+        <li><a href="/struts2-showcase-2.0.6/hangman/hangmanMenu.action">Hangman</a></li>
+        <li><a href="/struts2-showcase-2.0.6/jsf/index.jsp">JavaServer Faces</a></li>
+        <li><a href="/struts2-showcase-2.0.6/person/index.jsp">Person Manager</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tags/index.jsp">Tags</a></li>
+        <li><a href="/struts2-showcase-2.0.6/tiles/index.action">Tiles</a></li>
+        <li><a href="/struts2-showcase-2.0.6/token/index.jsp">Token</a></li>
+        <li><a href="/struts2-showcase-2.0.6/validation/index.jsp">Validation</a></li>
+        <li class="last"><a href="/struts2-showcase-2.0.6/help.jsp">Help</a></li>
+                </ul>
+            </div>
+            <hr/>
+
+        </div><!-- end nav -->
+
+    </div><!-- end content -->
+
+  <div>
+      <p>
+        <a href="/struts2-showcase-2.0.6/viewSource.action?page=/tags/ui/datepicker/index.jsp">View Sources</a>
+      </p>
+  </div>
+    <div id="footer" class="clearfix">
+        <p>Copyright &copy; 2003-2007 The Apache Software Foundation.</p>
+    </div><!-- end footer -->
+    <p/>
+
+</div><!-- end page -->
+
+</body>
+</html>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/struts_test/resources/showcase/file-53629694.html
------------------------------------------------------------------------------
    svn:eol-style = native