Re: TextField & escape characters

2009-11-17 Thread vela
s not set as false. -- View this message in context: http://old.nabble.com/TextField---escape-characters-tp26391281p26402981.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-ma

Re: TextField & escape characters

2009-11-17 Thread Martin Grigorov
On Tue, 2009-11-17 at 20:22 +0530, sakthi vel wrote: > Hello, > > > > In a web page subclass we have a text field and the characters (“*Rösch > *”)is set as model object. When the page is displayed the text field > displays the characters as “*Rösch” *& not as “*Rösch”*. The > setEscapeModelStri

TextField & escape characters

2009-11-17 Thread sakthi vel
Hello, In a web page subclass we have a text field and the characters (“*Rösch *”)is set as model object. When the page is displayed the text field displays the characters as “*Rösch” *& not as “*Rösch”*. The setEscapeModelStrings() for the text field is not set as false. The text field shoul