Author: gvanmatre
Date: Mon Nov 6 15:44:34 2006
New Revision: 471932
URL: http://svn.apache.org/viewvc?view=rev&rev=471932
Log:
A small cosmetic fix that uses the explicit form namespace mapping instead of
the implicit mapping (SHALE-67).
Modified:
shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config/binding.html
Modified:
shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config/binding.html
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config/binding.html?view=diff&rev=471932&r1=471931&r2=471932
==============================================================================
---
shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config/binding.html
(original)
+++
shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config/binding.html
Mon Nov 6 15:44:34 2006
@@ -24,7 +24,7 @@
<body jsfid="void"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
-<form id="logonForm">
+<h:form id="logonForm">
<h:inputText id="input" binding="[EMAIL PROTECTED]">
<f:converter binding="[EMAIL PROTECTED]" />
<f:validateLength binding="[EMAIL PROTECTED]" maximum="100"/>
@@ -33,7 +33,7 @@
<h:commandButton id="command" binding="[EMAIL PROTECTED]">
<f:actionListener binding="[EMAIL PROTECTED]"/>
</h:commandButton>
-</form>
+</h:form>
</body>
<!-- ### clay:remove ### -->
</html>