[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-14 Thread mhinten
Thanks again. I will get it working now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119533#4119533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119533 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread mhinten
Never mind. I just read that you can use the standard JSF events. That will do for me. Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119096#4119096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread monkeyden
Try one of the events listed in: http://docs.jboss.com/seam/2.0.0.GA/reference/en/html_single/#d0e4140 Maybe org.jboss.seam.postCreate.[seam component name]? If not, you may have to use an interceptor: http://docs.jboss.com/seam/2.0.0.GA/reference/en/html_single/#d0e4310 View the original post :

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread mhinten
Thanks monkeyden. That was what I was looking for. Section 5.1.1. in the docs. Additional question: is there an event that occurs just before any other method on a bean is called? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119091#4119091 Reply to the pos

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread monkeyden
It's called a "page action." There is some doc on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119088#4119088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119088 ___