AnyBody know what happen?

  | 
  |  @In
  |     private String nomeEndereco;
  | 
  |  /**
  |      * @return the nomeEndereco
  |      */
  |     public String getNomeEndereco()
  |     {
  |         nomeEndereco = new String("[EMAIL PROTECTED]");
  |         return nomeEndereco;
  |     }
  |   public void nomesEndereco()
  |     {
  |        nomeEndereco = new String("[EMAIL PROTECTED]");
  |         
  |     }
  | 
  |    //action
  |  public void send()
  |     {
  |     nomesEndereco();
  |     }
  | 
  | 

 ERROR

Caused by: org.jboss.seam.RequiredException: @In attribute requires non-null 
value: mailExample.nomeEndereco


Thanks




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104084
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to