* Display the remove template confirmation.
*/
public String execute() {
// build list of categories for display
TreeSet allCategories = new TreeSet(new WeblogCategoryPathComparator());
try {
// Build list of all categories, except for current one, sorted by path.
WeblogEntryManager wmgr = WebloggerFactory.getWeblogger().getWeblogEntryManager();
List<WeblogCategory> cats = wmgr.getWeblogCategories(getActionWeblog(), true);