Re: [1.5.0-rc2] possible bug with danish characters

2011-03-14 Thread nino martinez wael
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



   
  
 



Re: [1.5.0-rc2] possible bug with danish characters

2011-03-03 Thread Martin Grigorov
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
   
   
   
  
 



Re: [1.5.0-rc2] possible bug with danish characters

2011-03-03 Thread Gonzalo Aguilar Delgado
Hi


Will try it.

Is there a complete example with the html in place there?

Tnx


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: [1.5.0-rc2] possible bug with danish characters

2011-03-03 Thread Gonzalo Aguilar Delgado
Have you tried 1.5?


-- 


  Gonzalo Aguilar Delgado
  Consultor CRM - Ingeniero en
Informática

M. +34 607 81 42 76



No subestimes el poder de la gente estúpida en grupos grandes 

El jue, 03-03-2011 a las 20:09 +0200, Martin Grigorov escribió:

 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



   
  
 


RE: [1.5.0-rc2] possible bug with danish characters

2011-03-02 Thread Wilhelmsen Tor Iver
 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



Re: [1.5.0-rc2] possible bug with danish characters

2011-03-02 Thread nino martinez wael
The problem is not there with rc1, Im using Tomcat 7.04... So to explain
again, I have a text

2011/3/2 nino martinez wael nino.martinez.w...@gmail.com

 Hi

 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.. I revert to rc1 to see if it's a problem there (I did not notice it
 earlier).

 -Regards Nino



Re: [1.5.0-rc2] possible bug with danish characters

2011-03-02 Thread nino martinez wael
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




Re: [1.5.0-rc2] possible bug with danish characters

2011-03-02 Thread nino martinez wael
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





Re: [1.5.0-rc2] possible bug with danish characters

2011-03-02 Thread Martin Grigorov
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
 
 
 



Re: [1.5.0-rc2] possible bug with danish characters

2011-03-02 Thread nino martinez wael
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