I solved! The problem was in the toString of widgets' text.
widget.toString returns a result like this:
<div class="gwt-HTML dragdrop-draggable dragdrop-handle">1) ciao ciao
([EMAIL PROTECTED])</div>
So, it is clear that to capture the right data to be included in db is
necessary to consider the sottoscringhe created by parentheses ")",
"(" ")" , and not by spaces
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---