submitting null in one column of db table.
I have 26 fields to be entered in the database registartion tables.All the other values are inserted into the database only one value is being filled <null> .
when this same query i run it manually from db then its accepting the value and not showing null.
Its taking null value in the bean itself.i check it that when we insert a value into the bean getValue() method for this particular it taking <NULL>
Can any one help me.

