PlanetManager planet = roller.getPlanetManager();
PlanetConfigData config = planet.getConfiguration();
PlanetConfigForm form = (PlanetConfigForm)actionForm;
if (config != null)
{
form.copyFrom(config, request.getLocale());
}
else
{
form.setTitle("Planet Roller");
form.setAdminEmail(RollerRuntimeConfig.getProperty("site.adminemail"));