Hi Carsten,

thanks for your comments - I guess you sended yor mail
before finishing ;-)

Well could you please provide a simple WAR,
that demonstrated you problems?

It would be very nice, if you open
a jira ticket on that;

jira could be found here:
http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10600

yes, there are still some open tickets...

But thanks for your help

-Matthias

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 24, 2004 12:17 PM
To: MyFaces Development
Subject: Re: [ANN] MyFaces Release 1.0.8 beta for testing



----------------------------------------------------
[ ] +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="goOverview"/> 
        <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