A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSF
Author
Datatable and table using in JSF but order of result is reverse ?
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
posted
Apr 09, 2009 00:59:54
0
First i am using table in
JSF
Then 2 datatable ..
The output should come like vale of table thne 2 datatable vales.
But i am getting output in reverse order
like first both datatable then the table.. why so ?
How to fix this issue ?
<table border = "0">
</table <br /> <br /> ><h:dataTable>
</h:dataTable>
<h:dataTable>
</h:dataTable>
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
Apr 09, 2009 04:55:04
0
So you are using the legacy JSF 1.1 or older? If so, either upgrade to at least JSF 1.2 or wrap plain vanilla HTML elements in f:verbatim.
Code depot of a Java EE / JSF developer
|
JSF / Eclipse / Tomcat kickoff tutorial
|
DAO kickoff tutorial
|
I ♥ Unicode
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
posted
May 21, 2009 04:05:55
0
thanks for your help.
regards,
prabhat
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Datatable and table using in JSF but order of result is reverse ?
Similar Threads
jsf Data Table
Datatable trying to access non-existent field from Bean
Javascript in JSF
nested h:datatable question
Problem in creating a search result page
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter