[JBoss-user] [JBoss Seam] - Re: Seam component hides managed bean with same name

2006-06-09 Thread [EMAIL PROTECTED]
There was a bug in the CVS version of Seam that caused this. I fixed the bug 
yesterday.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950124#3950124

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950124


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam component hides managed bean with same name

2006-06-09 Thread alesj
"[EMAIL PROTECTED]" wrote : It means there is a bean in a JSF context variable 
with the same name as a Seam component.

I'm using Seam with JBoss Portal.

I get the same warning on a simple logout:


  | <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
  | <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
  | 
  | 
  | Hello !
  | 
  | 
  | 
  | 
  | 
  | 
  | @Stateless
  | @LoggedIn
  | @Name("gulogout")
  | public class LogoutAction implements Logout {
  | 
  | @In
  | Context sessionContext;
  | 
  | public String logout() {
  | Seam.invalidateSession();
  | sessionContext.set(USER_VAR, null);
  | sessionContext.set(LOGGED_IN, null);
  | return "login";
  | }
  | 
  | }
  | 

name: java.lang.String = [EMAIL PROTECTED]"gulogout"
component: java.lang.Object = [EMAIL PROTECTED]"LogoutAction"
managedBean: java.lang.Object = [EMAIL PROTECTED]"LogoutAction"

Where / when is my jsf context variable created?

Rgds, Ales

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950112#3950112

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950112


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam component hides managed bean with same name

2006-05-07 Thread anders.hedstrom
My guess is that if you use a h:dataTable you are using the same name in 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941734#3941734

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941734


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam component hides managed bean with same name

2006-05-07 Thread simonxx
I'm getting this warns too,

I don't know why because i've done everything like in "Example showing you how 
to generate a CRUD web application from a database using JBoss Eclipse IDE" 
tutorial.

I don't know too if that can be reason of my problem with this application. 
Everythin works fine but application dont see data in database and dont add any 
data to database.

I dont know what is going on. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941731#3941731

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941731


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Seam component hides managed bean with same name

2006-04-29 Thread [EMAIL PROTECTED]
It means there is a bean in a JSF context variable with the same name as a Seam 
component.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940339#3940339

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940339


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user