[jboss-user] [JBoss Tools] - Jboss Tools 3.3M3 @ManagedBeans Content Assist

Ulises Fasoli do-not-reply at jboss.com
Wed Sep 21 09:52:26 EDT 2011


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&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110921/b787ea1c/attachment.html 


More information about the jboss-user mailing list