我不明白爲什麼Glassfish的回我這個錯誤: javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: /index.xhtml @36,96 action="#{fattureBean.aggiorna()}": Method aggiorna not found
at javax.faces
我想在JSF上構建一個簡單的博客。但是,我不知道如何將相同的有狀態ejb實例注入到2個不同的託管bean中。我知道注入可以通過使用@ManagedProperty註釋間接完成。類似的東西: @ManagedBean
@ViewScoped
public class PostController implements Serializable {
private static final l