Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-09 Thread s . pennec
Hi Jakob, Actually this change has other implications, like the following one: In a form, I use a double-SelectManyMenu. One lists all possible values, and the other lists the selected values. Two buttons allow the user to place a value from one menu to the other. The business values are

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-09 Thread s . pennec
Hello Marcus, Actually this won't work, because implicit Converters for enums are only available in JSF 1.2, and MyFaces 1.2.x. Also, putting an emtpy String as the value will lead me in the exact same situation: with a converter that must return null or find a way to make the validation

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-09 Thread s . pennec
Hello Jakob, At the beginning of this, there was the need to add disabled items in a menu. The -1 value was used because, by default, Firefox disables such option values. These are not selectionables in many browsers except for Internet Explorer 6, which we must support. :-( I tried your

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-08 Thread s . pennec
Hello Jakob, Don't worry for the delay, that's great to have support for this kind of problems :-) First, I changed all the attributes that did not work to String, so that the page worked again. Then I chose one of the attributes and tried the following configurations: - int property - KO -

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-02 Thread s . pennec
Hello Jakob, Here is the generated HTML of (a part of) a search form. It includes a Bigger than/smaller than field that was bound to an int in my Java code. The binding was not working anymore, untill I modified the setter of the attribute to take a String and converted to an int afterwards

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-02 Thread s . pennec
Hi Jakob, I guess that the javascript in iceSubmit() might not the cause of the problem... The int binding that used to work doesn't work anymore, and this is what caused the interface to freeze. Correcting the java code to accept a String made the interface work correctly again I fail

Trouble upgrading from 1.1.2 to 1.1.7

2010-03-01 Thread s . pennec
Hello, I am experiencing quite a lot of trouble while upgrading from MyFaces 1.1.2 to 1.1.7. My application uses IceFaces 1.8.2, Spring 2.5.2 and Hibernate 3.4.0. The only thing that I changed in my Maven 2 build is the version of MyFaces. This had an impact on the following jars: Added:

Re: Trouble upgrading from 1.1.2 to 1.1.7

2010-03-01 Thread s . pennec
Hello, My guess is that the problem is more general than just a javascript issue. In my previous message, I gave the form submit situation only as an example. The problem actually touches more than just this: I cannot sort my table content by clicking on one column header, I cannot switch from