[jboss-user] [JBoss Seam] - Re: Calling a method when a Session scope starts?

2006-08-21 Thread petemuir
How about using page actions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966384#3966384 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966384 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Calling a method when a Session scope starts?

2006-08-18 Thread SmokingAPipe
Actually... It looks like I could make up a Stateless bean, with scope=EVENT. That bean would be in scope for every single page request within the Seam application, right? So that bean would be present at every one. Then I could annotate a member of that bean with @RequestParameter. From

[jboss-user] [JBoss Seam] - Re: Calling a method when a Session scope starts?

2006-08-18 Thread SmokingAPipe
Ok, I tried that and it didn't work. The bean didn't get used. Next I'm going to try to force the bean to be used on the page by using a value from it somewhere. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966212#3966212 Reply to the post :