[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-05 Thread supernovasoftware.com
I came across this problem quite some time ago. It is quite confusing until you determine what is going on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051436#4051436 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-05 Thread liudan2005
I have a similar problem with @Out and I don't know if it's caused by the same problem as described. I have a page that dispalys a search box and serach result, when searchResult annotated with @Out is null, a search box shows. Otherwise, search result is displayed. I've noticed search result

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-04 Thread [EMAIL PROTECTED]
Interesting point. Sure, open a JIRA issue and I will give it some thought. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051038#4051038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051038

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-04 Thread flashguru
Great! I just created a JIRA issue: http://jira.jboss.org/jira/browse/JBSEAM-1394 Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051141#4051141 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051141

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-04 Thread flashguru
@RequestParameter has the same concern as the @Out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051149#4051149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051149 ___

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-04 Thread flashguru
flashguru wrote : @RequestParameter has the same concern as the @Out I take that back. @RequestParameter attributes do not have the same concern, simply because they are always injected with null values when their associated request parameters do not exist. View the original post :

[jboss-user] [JBoss Seam] - Re: @Out with stateless beans should be outlawed?

2007-06-03 Thread flashguru
Actually, it would be great if the @Out attributes are nulled after method invocations for stateless session beans. Should I open a JIRA issue for this feature? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050788#4050788 Reply to the post :