return "deployer_editRepository";
}
public String doEditRepository()
{
Repository repo = (Repository) FacesContext.getCurrentInstance()
.getExternalContext().getRequestMap().get("repository");
if (repo != null)
{
FacesContext.getCurrentInstance().getExternalContext()
.getSessionMap().put(RPADConstants.REPOSITORY, repo);