Simplica

ProductsLearnPurchaseSupportDemoDownload
  [Search] Search   [Recent Topics] Recent Topics  
Messages posted by: mambah
Profile for mambah -> Messages posted by mambah [2]
Author Message
I'm using Seam 2.0, JSF 1.2, and Tomcat 6. Thanks.
I have the following code...

<e:datatable dataModel="#{hotelSearch.hotels}">
<e:dataTr>
<e:dataTd id="name">
<f:facet name="header">Name</f:facet>
#{ROW.name}
</e:dataTd>
<e:dataTd id="address">
<f:facet name="header">Address</f:facet>
#{ROW.address}
</e:dataTd>
<e:dataTd id="city">
<f:facet name="header">City, State</f:facet>
#{ROW.city}, #{ROW.state}, #{ROW.country}
</e:dataTd>
<e:dataTd id="zip">
<f:facet name="header">Zip</f:facet>
#{ROW.zip}
</e:dataTd>
</e:dataTr>
</e:datatable>

...and I'm getting "XML Parsing Error: mismatched tag. Expected: </input>" when I try to render the page. The problem is with this line, which is generated:

</script></td></tr><tr id="j_id26:bottomRow" class="dataTableBottom"><td width="100%" align="center"></td></tr></table><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="_id4" /><input type="hidden" name="ec_fid_ecs1" value="true"><input type="hidden" name="ec_focus_context" value="null"></form>

Any help would be appreciated.
 
Profile for mambah -> Messages posted by mambah [2]
Go to:   
Powered by JForum 2.1.7 © JForum Team
Home   |  News   |  Contact   |  About   |  License   |  Privacy   |  Documentation
Copyright © 2009 Simplica Corporation. All rights reserved.