Hello,
I'm very new to SEAM and I've just spent the week getting a bare bones project set
up in eclipse. I'm now trying to get auto complete to work with the page tags. Most
of the example code I see has .xhtml pages beginning:
| <ui:composition
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns:s="http://jboss.com/products/seam/taglib"
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:h="http://java.sun.com/jsf/html"
| template="layout/template.xhtml">
|
| <ui:define name="body">
|
But this is not giving me auto completion of tags in eclipse. Prior to using Seam, I just
used the JSP XML format and declared the namespaces in the jsp:root element. This allowed
tag completion, but I needed a tld file in classpath for facelets support.
Does any kind soul have a definitive way of getting tag completion to work with SEAM in
eclipse?
Many thanks,
Lindsay
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035276#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...