| Author |
Problem with editor
|
Tram mart
Greenhorn
Joined: Sep 20, 2011
Posts: 4
|
|
Hello everybody,
I am using Primefaces and I have a problem with the editor.
I show an editor initialized with a text, taken from the database. The user can edit this text, and after clicking the button, a mail is sent with this text.
But the saved text is always the old one, it is never updated.
I have seen that if I don't initialize the editor with a text, and I write something, it gets what I write. But it doesn't happen when the editor has a default value.
MyBean
Does anybody know how could I update the value? Thanks
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14460
|
|
|
While I am a little nervous that your initializer method has been coded with a "set"-style signature, what I'm actually suspecting is something different. What is the scope of this bean?
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Problem with editor
|
|
|