-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Problems in index.xhtml
PostPosted: Sat May 07, 2011 9:28 pm 
Newbie

Joined: Fri May 06, 2011 5:55 pm
Posts: 3
Hello,

I'm novice with hibernate, and now I've got a problem showing some items from my table. I've this:

<h:dataTable value="#{agenda.filmTitles}" var="item" border="0" cellpadding="2" cellspacing="0" rowClasses="jsfcrud_odd_row,jsfcrud_even_row" rules="all" style="border:solid 1px">
<h:column>
<f:facet name="header">
<h:outputText value="Title"/>
</f:facet>

<h:outputText value="#{item.nombre}"/>
</h:column>


Is item.nombre... nombre an identificator from the table? If that's true, I don't understand why I don't see any record.

Thank you.

Jordi Maicas.


Top
 Profile  
 
 Post subject: Re: Problems in index.xhtml
PostPosted: Sun May 08, 2011 2:04 pm 
Hibernate Team
Hibernate Team

Joined: Fri Oct 05, 2007 4:47 pm
Posts: 2536
Location: Third rock from the Sun
hi, Jordi
sorry but it doesn't look like your question as anything to do with Hibernate.

_________________
Sanne
http://in.relation.to/


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.