<div>Hello,</div>
<div>&nbsp;</div>
<div>i am new to seam applications and i have a probem.Any help would be appriciated.</div>
<div>i have a mysql database and i have a table named rules filled with data.</div>
<div>i want when i login in in the seam application to see a page where all my table data are displayed.</div>
<div>i made an entity bean called rules with getters and setters methods.</div>
<div>and in the rules.xhtml page&nbsp; i have Rule Name&nbsp; &lt;h:outputText&nbsp; value=&quot;#{rules.rule_name}&quot;/&gt;</div>
<div>but i see nothing!!!</div>
<div>&nbsp;</div>
<div>how can i query the db before the page displays so i can see my data???</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>thank you in advance</div>