[jboss-user] [JBoss Seam] - org.jboss.seam.RequiredException with message:

urswag do-not-reply at jboss.com
Wed Sep 5 08:26:41 EDT 2007


What ist exact meaning of this exception?

org.jboss.seam.RequiredException with message: "In attribute requires non-null value: manager.value

I have code



  | 
  | @Name("manager")
  | @Scope(ScopeType.CONVERSATION)
  | public class Manager {
  | 
  | 	@In(create=true)
  | 	@Out(required=false)
  | 	private Value value;
  | 
  | 	@Factory("value")
  | 	public void initValue() {
  | 		
  | 		value = new Value();
  | 	}
  | 
  | 


In statement


  | 
  | 	<h:inputText value="#{manager.value} />
  | 


generates this exception


  | 
  | Caused by org.jboss.seam.RequiredException with message: "In attribute requires non-null value: manager.value"
  | 
  | org.jboss.seam.Component.getValueToInject(Component.java:2042)
  | org.jboss.seam.Component.injectAttributes(Component.java:1481)
  | org.jboss.seam.Component.inject(Component.java:1302)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081281#4081281

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081281



More information about the jboss-user mailing list