当我尝试进行几个bean注入时,我遇到了JSF 2的问题我收到此错误:
GRAVE: JSF ne pourra pas créé le bean géré contact_ lorsqu'il sera demandé.
Les problèmes suivants ont été détectés :
- Erreur inattendue lors du traitement du bean géré organisme_
29 nov. 2012 20:56:23 com.sun.faces.application.view.FaceletViewHandlingStrategy handleRenderException
GRAVE: Error Rendering View[/index.xhtml]
com.sun.faces.mgbean.ManagedBeanCreationException: Impossible de créer le bean géré contact_. Les problèmes suivants ont été détectés :
- Erreur inattendue lors du traitement du bean géré organisme_
Run Code Online (Sandbox Code Playgroud)
这是bean代码:
@ManagedBean (name="organisme_")
@SessionScoped
public class Organisme_ implements java.io.Serializable {
private static final …Run Code Online (Sandbox Code Playgroud)