]
Nick Boldt commented on JBIDE-9761:
-----------------------------------
Should that say "@ManagedBean", not "@MamanedBean" ? Typos in examples
FTL.
JSF Tools should provide code completion for
@ManagedBean(name="")
------------------------------------------------------------------
Key: JBIDE-9761
URL:
https://issues.jboss.org/browse/JBIDE-9761
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.3.0.M4
The following beans has the same name "user":
{code}
@MamanedBean
public class User {}
{code}
{code}
@MamanedBean(name="user")
public class AnotherUser {}
{code}
{code}
@MamanedBean(name="")
public class User {}
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: