[JBoss-user] [JBoss Seam] - @Factory problem

2006-04-25 Thread armita
I am trying to use this code on my page: h:selectOneMenu id=template value=#{neBean.template} f:selectItems value=#{templateMap}/ /h:selectOneMenu The template map coming from TemplaeLogic with this method: @Factory(templateMap) public MapString,Long getTemplateMap(){

[JBoss-user] [JBoss Seam] - @Factory problem

2006-02-11 Thread emsa
I have this: | @In(create = true) | private InObj inObj; | | @Out | private OutObj outObj | | @Factory(outObj) | public void init() { .. } | | public String action() [ ... } | The inObj is a Session object. When accesing 'outObj' from a page the Factory method is