Results 1 to 8 of 8

Thread: recognition of spring beans in jsf with jsp/jsf editor in eclipse?

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    2

    Default recognition of spring beans in jsf with jsp/jsf editor in eclipse?

    Hi,

    i use JSF and I would like to know, if there is a way to enable autocompletion/validation for spring bean properties in jsf/jsp editor in eclipse. So when i type this:

    Code:

    <h:inputText value="#{mySpringBean.beanProperty.}" />


    I want the autocompletion shows me properties of beanProperty making in Spring??
    any way? thanks

  2. #2

    Default

    no it isn't
    There are two ways of spreading the light ... Be the lamp that emits, or the mirror that reflects it

  3. #3
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    You might want to watch:

    Autocomplete in JSP / Facelet template for Spring Beans
    http://jira.springframework.org/browse/IDE-712

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  4. #4
    Join Date
    Mar 2008
    Posts
    2

    Default

    Quote Originally Posted by Christian Dupuis View Post
    You might want to watch:

    Autocomplete in JSP / Facelet template for Spring Beans
    http://jira.springframework.org/browse/IDE-712

    Christian
    thanks Christian, but what does it mean? that this feature will be shipped in 2.1 version of spring ide? it doesn't say when will be it shipped

  5. #5

    Default

    this hasn't been implemented yet ????? can't believe...

  6. #6
    Join Date
    Nov 2011
    Posts
    2

    Default

    Is this fixed in the latest version? I kind of miss this from Idea..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •