I have a POJO with a method annotated with @Begin.
The conversation gets started but switcher.seletectItems is empty. Nothing gets displayed.
The example application(issues) in seam 1.2.1 uses ejb.
But I am using managed bean, a seam component with annotations
@Name("sampleBean")
@Scope(ScopeType.CONVERSATION)
and a method
@Begin(join=true)
public void editAction()
Do I need to use an ejb to get the workspace to work?
Swami.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106517#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...