[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-509) intelligent navigation support for seam variable names

Max Andersen (JIRA) jira-events at lists.jboss.org
Fri Oct 12 05:44:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-509?page=all ]

Max Andersen updated JBIDE-509:
-------------------------------

    Fix Version/s: LATER

> 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
>             Fix For: LATER
>
>
> @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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list