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


Reply With Quote
it doesn't say when will be it shipped 