package com.llgc; import javax.faces.bean.ManagedBean; @ManagedBean public class Index3Action { public String action () { return "Servlet3"; } }