Re: Recent patch to StateUtils

2006-01-15 Thread Bernd Bohmann
Ok Simon Kitching schrieb: Hi Bernd, Just a minor point... I see a patch was committed to change StateUtils as part of a patch containing maven-related work [r369027] by bommel which I think is you. However the changes to StateUtils doesn't seem to have anything to do with maven. As far as I

[jira] Updated: (MYFACES-914) Implement state saving of e.g. UIPanel to prevent serialization problems.

2006-01-15 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-914?page=all ] Bernd Bohmann updated MYFACES-914: -- Priority: Critical (was: Major) Implement state saving of e.g. UIPanel to prevent serialization problems.

[jira] Created: (MYFACES-1030) newspaperTable should be merged with dataTable.

2006-01-15 Thread Dave (JIRA)
newspaperTable should be merged with dataTable. --- Key: MYFACES-1030 URL: http://issues.apache.org/jira/browse/MYFACES-1030 Project: MyFaces Type: Improvement Components: Tomahawk Versions: Nightly

[jira] Commented: (MYFACES-1029) Duplicate sibling ids allowed

2006-01-15 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1029?page=comments#action_12362780 ] Bruno Aranda commented on MYFACES-1029: --- I sort of agree with you Simon, as long as the TCK allows that. The PITA is that some TCK tests expect what the RI does, and

Re: Recent patch to StateUtils

2006-01-15 Thread Bernd Bohmann
Ok, the StateUtils change is related maven stuff. I have fixed some tests that doesn't work with maven. Unfortunately one of my patches contains the try catch block. This change restored the old state. Which comment should I add to my commit in this case? Regards Bernd Simon Kitching

Re: Resources for org.apache.myfaces.component.html.ext.* classes

2006-01-15 Thread Martin Marinschek
I think we should modify the current resource-handler to allow for serving resources out of the datatable directory as well. regards, Martin On 1/15/06, Claudio Tasso [EMAIL PROTECTED] wrote: Hi, I'm trying to develop a new feature for t:dataTable (Tomahawk HtmlDataTable), in order to add

Re: Resources for org.apache.myfaces.component.html.ext.* classes

2006-01-15 Thread Claudio Tasso
Ok, now I'll continue my work with a temporary implementation of the MyFacesResourceHandler, waiting for the official patch. Do you think that I should insert an improvement request in JIRA? Martin Marinschek ha scritto: I think we should modify the current resource-handler to allow for

test failed

2006-01-15 Thread Mario Ivankovits
Hi! Could someone please confirm that the tests against the current svn head fail? Currently I try to implement the commandLink submit script but after an svn update the following exception occurs during mvn install. I cant see any class I changed being involved ... so I am not sure if its my

Re: test failed

2006-01-15 Thread Arvid Hülsebus
Hello! I just updated the sources and run a 'mvn clean install' and everything worked out fine. The tests didn't fail. Did you try a clean? Are you using Maven 2.0.1? Regards, Arvid Mario Ivankovits wrote: Hi! Could someone please confirm that the tests against the current svn head fail?

[jira] Updated: (MYFACES-914) Implement state saving of e.g. UIPanel to prevent serialization problems.

2006-01-15 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-914?page=all ] Bernd Bohmann updated MYFACES-914: -- Priority: Major (was: Critical) Implement state saving of e.g. UIPanel to prevent serialization problems.

Re: test failed

2006-01-15 Thread Simon Kitching
And it works for me too. On Sun, 2006-01-15 at 22:28 +0100, Arvid Hülsebus wrote: Hello! I just updated the sources and run a 'mvn clean install' and everything worked out fine. The tests didn't fail. Did you try a clean? Are you using Maven 2.0.1? Regards, Arvid Mario Ivankovits

[jira] Commented: (MYFACES-853) commandLink not working inside dataList

2006-01-15 Thread Dave (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=comments#action_12362805 ] Dave commented on MYFACES-853: -- I tested the latest build today for dataList. commandLink works. but inputText did not work. the setter method (setTitle) was never called

[jira] Reopened: (MYFACES-853) commandLink not working inside dataList

2006-01-15 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=all ] Martin Marinschek reopened MYFACES-853: --- commandLink not working inside dataList --- Key: MYFACES-853 URL:

[jira] Commented: (MYFACES-853) commandLink not working inside dataList

2006-01-15 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=comments#action_12362807 ] Dennis Byrne commented on MYFACES-853: -- Martin, There is another one on dataList for update model http://issues.apache.org/jira/browse/MYFACES-1009 . commandLink

[jira] Commented: (MYFACES-853) commandLink not working inside dataList

2006-01-15 Thread Dave (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=comments#action_12362808 ] Dave commented on MYFACES-853: -- Is there any logical difference between dataList and dataTable? The only difference is the rendering to HTML, right? dataTable is working

[jira] Commented: (MYFACES-853) commandLink not working inside dataList

2006-01-15 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=comments#action_12362809 ] Dennis Byrne commented on MYFACES-853: -- dataList inherits (from the dataTable component) the methods used to update the model. however these methods are looking for

Re: test failed

2006-01-15 Thread Mario Ivankovits
Hi! And it works for me too. On Sun, 2006-01-15 at 22:28 +0100, Arvid Hülsebus wrote: I just updated the sources and run a 'mvn clean install' and everything worked out fine. The tests didn't fail. All this is odd. I tried it now on another machine and got the same test failure. I also

Re: test failed

2006-01-15 Thread Simon Kitching
On Mon, 2006-01-16 at 07:55 +0100, Mario Ivankovits wrote: Hi! And it works for me too. On Sun, 2006-01-15 at 22:28 +0100, Arvid Hülsebus wrote: I just updated the sources and run a 'mvn clean install' and everything worked out fine. The tests didn't fail. All this is odd. I tried

Re: test failed

2006-01-15 Thread Mario Ivankovits
Hi Simon! Do you perhaps have some other tests you've written which have not been checked in and which might have this side-effect, and which are run before this test? ;-) No I havent written any tests so far. But thanks for the hints, now I got it. Its the UISelectManyTest which setup a