| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
7 comments so far (post your own) View All Comments Latest 10 Comments:In every example try to give faces.config.xml file also..It will be very helpful also.It will solve all of the doubts of readers.
Posted by GURUPRASAD on Wednesday, 10.29.08 @ 17:54pm | #81395
hi can we create the data-table dynamically in jsf
Posted by jai on Friday, 01.11.08 @ 18:35pm | #44988
hi every body how ru today?
Posted by bijay on Thursday, 12.20.07 @ 11:37am | #43078
You can use a
<h:panelGrid columns="3">
<h:column>
<f:facet name="header">
<h:outputText value="Student"/>
</f:facet>
<h:outputText value="#{item.stname}" />
</h:column>
</h:panelGrid>
It means that you show 3 values each column, when you show the third, it is at next row
Posted by Mario on Thursday, 11.15.07 @ 21:27pm | #37515
Hi,
My problem is Create the data and Retreve the data from data base in the table row's and column's plz help me
Thanks,
vinay
Posted by vinay on Thursday, 06.14.07 @ 12:51pm | #19189
Hi balan,
Hence, datatable is used for the retrieving value dynamically. So, You can use the following code for getting values from the Bean class for the the specified column i.e. mentioned inside the facet tag.
<h:column>
<f:facet name="header">
<h:outputText value="Student"/>
</f:facet>
<h:outputText value="#{item.stname}" />
</h:column>
This code will automatically generate multiple rows for the values of the stname variable is of the bean class.
Thanks & Regards
Chandan Kumar Verma
Roseindia Member
Posted by chandan on Tuesday, 06.5.07 @ 12:36pm | #18265
Hi ,
How can we create a new rows using <h:datatable> .
Please help me out.
Rgds,
balan
Posted by balan on Saturday, 06.2.07 @ 20:19pm | #18037