• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse + MyEclipse: code assist for JSF pages

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Eclipse 3.2 with MyEclipse 5.1

Code assist for JSF tags on JSP pages works when the page contains the directives:

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>

However, code assist for JSP Pages does not work if the file suffix is not *.jsp.

Does anyone know if it is possible to have code assist activated for the JSF - Tags without inserting the directives on the page ?

Does anyone know if it is possible to have code assist activated for the JSP Pages with a a different suffix than *.jsp ?

Thanks in advance

Nic
[ January 07, 2007: Message edited by: Nicolas Stern ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic