我正在尝试修改PrimeFaces 1.1源代码,以满足我的应用程序需求。然而,我在编译源代码时遇到了麻烦。我所使用的资料来源:
primefaces-1.1-sources.jar还是我漏掉了什么?如果你能帮我那就太好了![WARNING]
[WARNING] Some problems were encountered while b
我正在使用3.0 M3。当我在faces-config.xml中声明我的托管bean时,它工作得很好,但是当我用注解@托管bean@请求作用域尝试相同的代码时,它显示目标不可达。@ManagedBean public class Profile implements Serializable{
private String password;
public int