Hello,
this is my configuration:
I use Geoserver 1.3PR1 with Windows XP SP2 and j2sdk1.4.2_08. I get geoserver in the .exe version.
this is the problem :
when I try to edit a datastore or a layer, I get an error:
Action 'Éditer' must be 'Éditer' or 'Supprimer' org.vfny.geoserver.action.data.DataDataStoresSelectAction.execute(DataDataStoresSelectAction.java:67)
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:98)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:122)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
I think it's due to the french version and the "É" character of 'Éditer'. I can fix the bug with a little modification of the file ApplicationResources_fr.properties on line 107: replace "label.edit=Éditer" by "label.edit=Éditer" and it works better. Buttons are well displayed either in IE6 and FireFox 1.5!
Best regards,
Pierre-Emmanuel