Re: How to persist null values with JSF2?

2011-01-11 Thread Werner Punz
-evaluate it soon) and use juel now [1] LieGrue, strub [1] https://github.com/struberg/juel --- On Mon, 1/10/11, Marsmanmars@gmx.de wrote: From: Marsmanmars@gmx.de Subject: Re: How to persist null values with JSF2? To: users@myfaces.apache.org Date: Monday, January 10, 2011, 2:59 PM

Re: How to persist null values with JSF2?

2011-01-10 Thread Marsman
, if anybody can help me. Here are some snippets of my code:  ... Titus -- View this message in context: http://old.nabble.com/How-to-persist-null-values-with-JSF2--tp30622750p30622750.html Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Jakob Korherr blog: http

Re: How to persist null values with JSF2?

2011-01-10 Thread Mark Struberg
Subject: Re: How to persist null values with JSF2? To: users@myfaces.apache.org Date: Monday, January 10, 2011, 9:48 AM I've also set this context parameter to true, but entity properties are not set to null. I got empty strings and 0 again. After that, I've downloaded a small JSF 2 example

Re: How to persist null values with JSF2?

2011-01-10 Thread Marsman
look at the database? If JPA is involved, then the jpa provider may replace null with empty strings (known issue on oracle). LieGrue, strub --- On Mon, 1/10/11, Marsman mars@gmx.de wrote: From: Marsman mars@gmx.de Subject: Re: How to persist null values with JSF2? To: users

Re: How to persist null values with JSF2?

2011-01-10 Thread Mark Struberg
, Marsman mars@gmx.de wrote: From: Marsman mars@gmx.de Subject: Re: How to persist null values with JSF2? To: users@myfaces.apache.org Date: Monday, January 10, 2011, 1:52 PM The action on the commandButton calls a save()-Method in my backing bean. At this point, I got the empty

Re: How to persist null values with JSF2?

2011-01-10 Thread Marsman
suggested. LieGrue, strub --- On Mon, 1/10/11, Marsman mars@gmx.de wrote: From: Marsman mars@gmx.de Subject: Re: How to persist null values with JSF2? To: users@myfaces.apache.org Date: Monday, January 10, 2011, 1:52 PM The action on the commandButton calls a save()-Method

Re: How to persist null values with JSF2?

2011-01-10 Thread Mark Struberg
-namejavax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL/param-name          param-valuetrue/param-value      /context-param as Jakob already suggested. LieGrue, strub --- On Mon, 1/10/11, Marsman mars@gmx.de wrote: From: Marsman mars@gmx.de Subject: Re: How to persist null values with JSF2? To: users

How to persist null values with JSF2?

2011-01-08 Thread Marsman
javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL property. Without success. :-( Titus -- View this message in context: http://old.nabble.com/How-to-persist-null-values-with-JSF2--tp30622750p30622750.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: How to persist null values with JSF2?

2011-01-08 Thread Jakob Korherr
javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL property. Without success. :-( Titus -- View this message in context: http://old.nabble.com/How-to-persist-null-values-with-JSF2--tp30622750p30622750.html Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Jakob Korherr blog: http://www.jakobk.com