is it good for select component' parameter t:model not null

2013-12-29 Thread Zhou Yongcheng
I feel that it is not so good that select's parameter model not allow null. because when render, i get the model from Database, when submit i have already selected value, so why i have to get the model again. the performance is a problem. i just want the selected value to do some work.

is it good for select component' parameter t:model not null

2013-12-29 Thread Zhou Yongcheng
I feel that it is not so good that select's parameter model not allow null.