Ok done som hardcore diging, and found out the problem. I use markup inheritance in my parent page everything are declared as it should be
like: ... <?xml version="1.0" encoding="UTF-8"?> <!-- ********************** --> <!-- NetDesign Web Template --> <!-- ********************** --> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="da" lang="da" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd "> ... However In my child pages, i've not declared much and forgot this tag <?xml version="1.0" encoding="UTF-8"?> After adding the above tag everything seems to be working.. But I thought that wicket only should care about wicket:head and wicket:extend in child pages... And this is certainly a change from RC1 to rc2... regards Nino 2011/3/3 Martin Grigorov <mgrigo...@apache.org> > trunk from today runs at http://www.wicket-library.com/wicket-examples > > On Wed, Mar 2, 2011 at 9:21 PM, nino martinez wael < > nino.martinez.w...@gmail.com> wrote: > > > is there a server somewhere where rc2 live examples are running on? > > > > > > 2011/3/2 Martin Grigorov <mgrigo...@apache.org> > > > > > quickstart will help us to debug it. > > > attach it to jira > > > thanks! > > > > > > On Wed, Mar 2, 2011 at 3:16 PM, nino martinez wael < > > > nino.martinez.w...@gmail.com> wrote: > > > > > > > anyone have an idea why changing from rc1 to rc2 would have an have > an > > > > impact on this..? There was no issue that looked related to me (in > the > > > > change log). > > > > > > > > 2011/3/2 nino martinez wael <nino.martinez.w...@gmail.com> > > > > > > > > > Charset are UTF8... Anyhow there's no problem on rc1.. > > > > > > > > > > 2011/3/2 Wilhelmsen Tor Iver <toriv...@arrive.no> > > > > > > > > > > > I just noticed that after upgrading to rc2, my some of my texts > > like > > > > >> > "håndteret kald" when getting saved/posted becomes this: > > "hÃ¥ndteret > > > > >> kald".. > > > > >> > > > > >> Charset issue, they get posted as UTF-8; you probably either need > > to > > > > test > > > > >> for charset or assume UTF-8 across the board. > > > > >> > > > > >> - Tor Iver > > > > >> > > > > >> > > --------------------------------------------------------------------- > > > > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > > > >> For additional commands, e-mail: users-h...@wicket.apache.org > > > > >> > > > > >> > > > > > > > > > > > > > > >