Known Issues
FacesIDE (v 0.1.5), EclipseHTMLEditor (v 1.6.4)
      
         		
         - Value binding expressions may be marked as errors if they use managed bean properties
            		which don't have both getter and setter methods.  Currently it's a good idea to include
            		both methods (even if one of them is a no-op) since JSF implementations don't always
            		correctly handle the absence of either.
         
- Value binding expressions using values loaded via <f:loadBundle/> will be marked
            		as errors.  FacesIDE currently does not handle <f:loadBundle/>.