[jboss-user] [JBoss Seam] - Workspace
swamigee
do-not-reply at jboss.com
Tue Nov 20 13:28:07 EST 2007
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#4106517
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106517
More information about the jboss-user
mailing list