[jboss-user] [JBoss Seam] - Re: question about programmatically accessing seam component
paradigmza
do-not-reply at jboss.com
Thu Nov 22 05:11:11 EST 2007
I use
| Component.getInstance("course");
|
Im not quite sure how the factory method works in your case... but you could always get courseManager...
| CourseManager cm = (CourseManager) Component.getInstance("courseManager");
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107026#4107026
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107026
More information about the jboss-user
mailing list