]
Max Andersen moved RHDS-2 to JBIDE-509:
---------------------------------------
Project: JBoss Tools (was: Red Hat Developer Studio)
Key: JBIDE-509 (was: RHDS-2)
Component/s: Seam
(was: seam)
intelligent navigation support for seam variable names
------------------------------------------------------
Key: JBIDE-509
URL:
http://jira.jboss.com/jira/browse/JBIDE-509
Project: JBoss Tools
Issue Type: Feature Request
Components: Seam
Reporter: Max Andersen
@DataModel
private List<Message> messageList;
@Factory("messageList")
public void findMessages()
{
messageList = em.createQuery("from Message msg order by msg.datetime
desc").getResultList();
}
- link from messageList to its @Factory method, and link from "messageList" to
the property.
- ctrl+G shows related locations in .java, .xhtml, components.xml, etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: