Hi all,
1.- the Login.jsp misses internationalisation on the submit/reset button (I
have corrected it - see attached file)
2.- New.jsp : at line 25 a > was missing (</td) (see attached file).
3.- The error remains when filling a new namespace. Looking at the source,
org/vfny/geoserver/form/data/StylesEditorForm.java at line 60 fills the
filename with : style.getFilename().getPath(). At that moment getFilename()
returns null. A quick fix is to code : filename= null (see atached file) ; I
wonder whether the real form to call in that case (new style) shouldn't be
StylesNewForm.java ?
4.- For the data configuration, it would be nice to have on the left handside
menu, the namespace entry first, then datastores, styles and featureTypes. In
fact, when adding a new datastore, the logical path is is to create a new
namespace or check if a relevant one exists, then create the datastore and so
on. Having the menu in that order helps people for the different stages
during the configuration (tiles-defs.xml, line 204, menuForwards of
config.data definition, the value could be
value="config.data.store:config.data.namespace:config.data.style:config.data.type"
(see attached file)
5.- When asking for port (datastore), putting the default port for the chosen
dbms helps. I have put the 5432 on the ApplicationResources_fr.properties to
get help, but I believe this could be done somewhere else.
6.- Demo.jsp is not really self explanatory when using it for newcomers. At
least, info on input fields are necessary. The submit button misses
internationalisation (see attached file). What's deemed necessary is to draw
maps from shapefile datastores as it was in the gt2 WMS. For users, it is of
most importance to see data drawn on screen by just clicking on a hyperlink.
7.- ApplicationResources_fr.properties has been updated.
Otherwise, under Linux and Tomcat 5.0.19, the JSPCompiler works fine without
having the problems of Tomcat 4.1.x. Congratulations !!
didier
(attachments)
didier-proposed-fixes.tgz (11.2 KB)