Fixing IE6 issue.

This commit is contained in:
Jeremy Grelle
2008-04-28 16:53:46 +00:00
parent fa96107117
commit b7e4edf222

View File

@@ -45,8 +45,8 @@
</div>
</div>
<div class="buttonGroup">
<sf:commandButton id="book" ajaxEnabled="false" action="book" value="Book Hotel"/>&#160;
<sf:commandButton id="cancel" ajaxEnabled="false" action="cancel" value="Back to Search"/>
<h:commandButton id="book" action="book" value="Book Hotel"/>&#160;
<h:commandButton id="cancel" action="cancel" value="Back to Search"/>
</div>
</fieldset>
</h:form>