Ulises Fasoli [
http://community.jboss.org/people/ufasoli] created the discussion
"Jboss Tools 3.3M3 @ManagedBeans Content Assist"
To view the discussion, visit:
http://community.jboss.org/message/627800#627800
--------------------------------------------------------------
Hi,
I've just installed the latest version of the Jboss Tools plugin for eclipse, and
wanted to try out the content assist for annotated managed beans @ManagedBean.
Weird thing is it only works if I use the attribute name the managed bean explicitly
(using the +*name*+ attribute of the +*@ManagedBea*+n annotation)
this works:
{code}
@ManagedBean(name="myBean")
@SessionScoped
public class MyBean {
private String msg
}
{code}
this doesn't
{code}
@ManagedBean
@SessionScoped
public class MyBean {
private String msg
}
{code}
is this normal?
thanks in advance
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/627800#627800]
Start a new discussion in JBoss Tools at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]