Andrew Schmidt
Results
1
comments of
Andrew Schmidt
Just ran into this bug. A simple produces class: `public class Producers { @Produces @ViewScoped @Named( "stringList" ) public List producesStrings() { List list = new ArrayList(); list.add( "testString" );...