RE: blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-05-26 Thread Pierrick Samary
Hello Jesse, You should download the Nightly Build. This bug has been fixed by Martin. Regards, Pierrick -Message d'origine- De : Jesse Wilson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 25 mai 2005 22:28 À : MyFaces Discussion Objet : Re: blank h:inputText - empty string in 1.0.8

Re: blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-05-25 Thread Jesse Wilson
Hello MyFaces --- I'm using MyFaces 1.0.9 and I'm running into this issue. I reported it as a bug in the MyFaces JIRA: http://issues.apache.org/jira/browse/MYFACES-254 Has anybody found a fix? If no fix is available, can anyone tell me to where I can download MyFaces 1.0.8? I would like to

blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-04-07 Thread Slawek
hi when user type no character into h:inputText value=#{bean.input1}/ than in somme action after submit input1 is null. is it ok? in myMaces 1.0.8 its value was always (empty string) ...so i must change lots of code:/. is it my mistake or a new approach? Slawek

blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-04-07 Thread Slawek
hi when user type no character into h:inputText value=#{bean.input1}/ than in somme action after submit input1 is null. is it ok? in myMaces 1.0.8 its value was always (empty string) ...so i must change lots of code:/. is it my mistake or a new approach? Slawek

blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-04-06 Thread Slawek
hi when user type no character into h:inputText value=#{bean.input1}/ than in somme action after submit input1 is null. is it ok? in myMaces 1.0.8 its value was always (empty string) ...so i must change lots of code:/. is it my mistake or a new approach? Slawek

Re: blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-04-06 Thread Borja Martín
Slawek wrote: hi when user type no character into h:inputText value=#{bean.input1}/ than in somme action after submit input1 is null. is it ok? in myMaces 1.0.8 its value was always (empty string) ...so i must change lots of code:/. is it my mistake or a new approach? Slawek me happened too maybe

Re: blank h:inputText - empty string in 1.0.8 but null in 1.0.9 ?

2005-04-06 Thread Heath Borders
The default behavior should be specified somewhere either in the spec of in Sun's TLD. I'm not sure why this would have changed between the versions, but it seems to me that a blank inputText should be received as a blank String. Otherwise, the value will not get updated. On Apr 6, 2005 6:07 PM,