return (mapping.findForward(Constants.XMLHandler));
}
// Now, let's prepare output
ListingServersScreenOutput lso = new ListingServersScreenOutput();
lso.setPageTitle ("List Servers");
//for(int i=0;i<ss.length;i++)
// lso.setServer(co);//ss[i]);
lso.setServer (co);
lso.setFriends (c);
//session.setAttribute ("friends_data2", c);
Collection coo = new ArrayList();
for(int j=0;j<ss.length;j++)
coo.add (ss[j]);
// for(int i=0;i<ss.length;i++)
lso.setServers(coo);//ss[i]);
if (Constants.xmlOutputOnly) {
request.setAttribute ("content", Constants.xmlContentType);
} else {
request.setAttribute ("content", Constants.htmlContentType);