Re: TextField & escape characters
Hello again, Even setEscapeModelStrings() is set to false, the character "ö" is only displayed & not the “Rösch” (R followed by ampersand followed by hash followed by 246 followed by seimcolon followed by sch ). In a web page subclass we have a text field and the characters “Rösch” (R followed by ampersand followed by hash followed by 246 followed by seimcolon followed by sch ) is set as model object. When the page is displayed the text field displays the characters as “*Rösch” *& not as exact value entered. The setEscapeModelStrings() for the text field is 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-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
Re: TextField & escape characters
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 > setEscapeModelStrings() for the text field is not set as false. what happens if you set it to false ? > > > > The text field should display the characters exactly same like > “*Rösch*”. > Could anyone tell how to achieve this. > > > Wicket 1.3 version is used. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
TextField & escape characters
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 should display the characters exactly same like “*Rösch*”. Could anyone tell how to achieve this. Wicket 1.3 version is used.