1 Reply Latest reply on Feb 8, 2010 11:42 AM by spaceyoyo.spaceyoyo.neuf.fr

    org.jboss.seam.ui.DateTimeConverter don't support accent

    spaceyoyo.spaceyoyo.neuf.fr

      Hello,


      I have a problem which occur when i use a param in my .page.xml like this :



      <param name="date" value="#{my.bean.date}" converterId="org.jboss.seam.ui.DateTimeConverter"/>



      I use a french locale (FR) and some month have accent il their name like (février, décembre, août), so when i enter a date on this month in my form i get this exception message :


      javax.faces.converter.DateTimeConverter.DATE




      and in the url i can see the accent :



      http://localhost:8080/projet/TestList.seam?date=5+août+2009&cid=20




      I don't know if it's a seam bug or JSF bug....


      Do you have any solution ?


      Thanks