[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

krica do-not-reply at jboss.com
Wed Dec 13 10:26:28 EST 2006


Hi Pete,

Sorry, I forgot to add that code to my OP. As far as I can see, this is just as you do in your examples. I tried adding an @Out as well, but the same thing happens.


  |     @Factory("companyTypes")
  |     public List<CompanyType> buildCompanyTypes() {
  |         CompanyType[] companyTypes = CompanyType.values();
  |         return Arrays.asList(companyTypes);
  |     }
  | 

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

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



More information about the jboss-user mailing list