Re: _SelectItemsUtil._ValueConverter

2010-09-16 Thread Martin Koci
martin.k...@aura.cz Hi, what is the purpose of _SelectItemsUtil._ValueConverter in UISelectMany.validateValue(FacesContext, Object) ? Two weird things: 1) it wraps value into new String[] { value } 2) it calls

Re: _SelectItemsUtil._ValueConverter

2010-09-14 Thread Martin Koci
Martin Koci martin.k...@aura.cz Hi, what is the purpose of _SelectItemsUtil._ValueConverter in UISelectMany.validateValue(FacesContext, Object) ? Two weird things: 1) it wraps value into new String[] { value } 2) it calls

Re: _SelectItemsUtil._ValueConverter

2010-09-14 Thread Jakob Korherr
detail? Regards, Jakob 2010/8/27 Martin Koci martin.k...@aura.cz         Hi,         what is the purpose of _SelectItemsUtil._ValueConverter in         UISelectMany.validateValue(FacesContext, Object) ?         Two weird things:         1) it wraps value

_SelectItemsUtil._ValueConverter

2010-08-27 Thread Martin Koci
Hi, what is the purpose of _SelectItemsUtil._ValueConverter in UISelectMany.validateValue(FacesContext, Object) ? Two weird things: 1) it wraps value into new String[] { value } 2) it calls UISelectMany.this.getConvertedValue and it leads to Rendered.getConvertedValue call I don't see sence

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Jakob Korherr
with the wrapped String in a String[], because UISelectMany.getConvertedValue() needs a submittedValue of type String[]. Is this clear for you or should I explain it in more detail? Regards, Jakob 2010/8/27 Martin Koci martin.k...@aura.cz Hi, what is the purpose of _SelectItemsUtil

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Martin Koci
[]. Is this clear for you or should I explain it in more detail? Regards, Jakob 2010/8/27 Martin Koci martin.k...@aura.cz Hi, what is the purpose of _SelectItemsUtil._ValueConverter in UISelectMany.validateValue(FacesContext, Object) ? Two

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Jakob Korherr
a submittedValue of type String[]. Is this clear for you or should I explain it in more detail? Regards, Jakob 2010/8/27 Martin Koci martin.k...@aura.cz Hi, what is the purpose of _SelectItemsUtil._ValueConverter in UISelectMany.validateValue

Re: _SelectItemsUtil._ValueConverter

2010-08-27 Thread Martin Marinschek
[], because UISelectMany.getConvertedValue() needs a submittedValue of type String[]. Is this clear for you or should I explain it in more detail? Regards, Jakob 2010/8/27 Martin Koci martin.k...@aura.cz Hi, what is the purpose of _SelectItemsUtil._ValueConverter