"monkeyden" wrote : How do you instantiate DefaultPaginator?
| By way of a constructor. Do I need to inject it instead, to make use of some Seam
recursive injection facility?
|
|
The bean is a seam-managed bean (you are using @Name) so you'll lose all the benefits
that come with Seam if you instantiate it manually. May try using Component.getInstance()
to construct it instead of using the new operator.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026356#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...