[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-11 Thread amitev
I tried to set the scope of the backing bean (SFSB) to PAGE, than i got the exception :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062893#4062893 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062893

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-11 Thread [EMAIL PROTECTED]
As I said [EMAIL PROTECTED] wrote : I don't believe the EJB3 spec allows you to serialize SFSBs out of the container. You could just make it a regular Seam JavaBean component. So, to clarify. No, you can't put an SFSB in PAGE scope. Yes, you can put an entity into PAGE scope. View the

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-11 Thread amitev
So i have to outject #{project} i page scope like @Out(scope=PAGE) ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062923#4062923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062923

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-11 Thread amitev
BTW i suggest something similar to be putted in a sample project View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062924#4062924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062924

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
I solved the problem with a4j:keepAlive but is there a seam solution to this. Something like page scope (which dunno why is not allowed for SFSB) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062378#4062378 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
Ideas? Cause a4j:keepAlive serializes the entity bean and lose performance thisway... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062444#4062444 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062444

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread [EMAIL PROTECTED]
The browser back button? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062557#4062557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062557 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062563#4062563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062563 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
I got page with some input fields and data table with add button to add an object to the list. And when the page is rerendered the #{project} entity is lost. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062565#4062565 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread [EMAIL PROTECTED]
Are you in a long running conversation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062567#4062567 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062567 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
No. It's a single page conversation. I need something like PAGE scope. Idea why i can't use it with SFSB? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062573#4062573 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062573

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread [EMAIL PROTECTED]
I don't believe the EJB3 spec allows you to serialize SFSBs out of the container. You could just make it a regular Seam JavaBean component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062596#4062596 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
I'm serializing the entity, not the backing bean (which is the SFSB) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062598#4062598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062598

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
In my source code upward #{projectAction} is the SFSB and #{project} is the entity View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062600#4062600 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062600

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread [EMAIL PROTECTED]
Post code for what you are trying to do, I'm confused by your descriptions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062715#4062715 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062715

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread amitev
Can't you see the source code in the first post? Is it missing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062719#4062719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062719

[jboss-user] [JBoss Seam] - Re: Scopes problem

2007-07-10 Thread [EMAIL PROTECTED]
Well I don't see you outjecting *anything* to PAGE scope there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062733#4062733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4062733