Thanks for you answers.
I've resolved my problem.
The following tag in my page cause the error:
<jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"/>
I've removed it and it work great now !
Mike
mikeatx wrote:
>
> Hi,
> I'm using Trinidad components, I try to display a table with range
> navigation but the range navigation don't work, the first range is always
> displayed. Must I implement some business myself?
> Here is my jspx code:
>
> <tr:table value="#{jobScheduler.userJobsTable}"
> var="row"
> emptyText="No rows"
> rowBandingInterval="1"
> rows="3">
> <tr:column headerText="N°">
> <tr:outputText value="#{row.job}"/>
> </tr:column>
> </tr:table>
>
> The userJobsTable property is a java.Util.List.
> I know that there is a param first in the table tags, but I don't know,
> which value I must set to it, ...
> Thanks in advance.
> Mike
>
--
View this message in context:
http://www.nabble.com/Trinidad-Table-range-navigation-problem-tp14878960p14913550.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.