----------------------------------------------------
[ ] +1 - Yes, Release the current code as 1.0.8-beta
[ ] +0 - Can't see why not
[X] -1 - Please don't. Here's why:.....
----------------------------------------------------
There are some problems with the combination Tiles / x:panelNavigation / x:dataTable

I haven't examined the problem with 1.0.8 entirely but in 1.0.7 there is a problem with the state of the dataTable control.

My page with 1.0.7:

leftnav:

<h:form>

        <x:panelNavigation>

                <x:commandNavigation value="Overview" action="">

        <x:panelNavigation>

</h:form>

overview:

        <h:form>

                <x:dataTable var="world" value="#{worldBean.items}"

            sortColumn="#{worldBean.sort}"
            sortAscending="#{worldBean.ascending}"
            preserveDataModel="true"
            preserveSort="true"
            binding="#{worldBean.datatable}">
        </h:form>

I have three tiles (header,navigation, main content). Navigation includes a x:panelNavigation with a x:dataTable in the main page.

Under 1.0.7 there was a

Reply via email to