peterjavaee / ck-jsf-editor

Automatically exported from code.google.com/p/ck-jsf-editor
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Value not binding with backing bean dto on first time submit. #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On save of the form the value from editor is null for first time.
2. on save of the form  for second time the value is binded.
3.

What is the expected output? What do you see instead?
Expected is to save/bind value on first form submission

What version of the product are you using? On what operating system?
windows 7, *.0.9.4

Please provide any additional information below.

I have tried with changeListener , here too the values goes null for first time 
.

Original issue reported on code.google.com by 198...@gmail.com on 4 Jul 2013 at 6:55