[jboss-user] [JBoss Seam] - Re: question about programmatically accessing seam component

2007-11-22 Thread paradigmza
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=bbop=viewtopicp=4107026#4107026

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107026
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: question about programmatically accessing seam component

2007-11-22 Thread koenhandekyn
Component.getInstance will work also for components defined by factories

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4107030#4107030

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107030
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: question about programmatically accessing seam component

2007-11-22 Thread gsegura
Indeed, it works
thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4107213#4107213

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107213
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user