[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread cormet
Hi All, Another update for the problem. I used the getter and setter in accountAction to expose the generalJournal in record.xhtml. This is problem works fine. However, my question is why using @In(create=true) not working??? coz i am using seam which mean i prefer to stick with seam technolog

[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread cormet
Hi tony, THanks for the reply. I changed the code by adding outjecting annotation and still using EVENT scope: AccountAction.java: | @Scope(EVENT) | @Name("accountAction") | public class AccountAction implements Serializable{ | private static final long serialVersionUID = 58845106

[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread [EMAIL PROTECTED]
The scope is event? @Scope(EVENT) Is that right? Don't you not want this to be in a Conversation (preferred) or Session? What is behind your choice of Event Scope? Are you just jumping straight into the page (i.e. main page)? You might not have been near the bean yet if so and not had a generalJou

[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread cormet
anyone??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048536#4048536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048536 ___ jboss-user mailing list jboss-user@lists.jbos