MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
dreamer29
Post subject: problem with code-completion for Facelets custum tags  PostPosted: Sep 22, 2009 - 12:07 PM



Joined: Sep 22, 2009
Posts: 1

I'm using custom tags in a facelets/jsf project, and can't figure out how to get (eclipse/JBOSS dev Studio) to recognize my custom tags. For example if I type <h: then control space the jsf tags show up with code complete. I've got my custom tag working and defined in the custum-taglib.xml, but can't figure out this last step.

my jsf page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:myTag="http://www.mywork.net/jsf">

<body>
<ui:composition template="template.xhtml">
<ui:define name="faceletHeader">
<title>Dialog</title>
</ui:define>
<ui:define name="faceletContent">
<div id="menue">
<myTag:myDropDownMenu
value="Datei" menuItem1_Value="masterDetails_01" menuItem1_bean="#{dataTableScrollerBean}" menuItem1_action="gruss"
menuItem2_Value="masterDetails_02" menuItem2_bean="#{dataTableScrollerBean}" menuItem2_action="gruss2"
menuItem3_Value="abmelden" menuItem3_bean="#{dataTableScrollerBean}" menuItem3_action="logout" />

</div>

<h:form id="form04">

<myTag:myBaum />

</h:form>
</ui:define>
</ui:composition>
</body>
</html>

and my custom.taglib.xml :

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" "facelet-taglib_1_0.dtd">
<facelet-taglib>
<namespace>http://www.mywork.net/jsf</namespace>
<tag>
<tag-name>myButton</tag-name>
<source>MyButton.xhtml</source>
</tag>
<tag>
<tag-name>myBaum</tag-name>
<source>MyBaum.xhtml</source>
</tag>
<tag>
<tag-name>myDropDownMenu</tag-name>
<source>MyDropDownMenu.xhtml</source>
</tag>
<tag>
<tag-name>MasterDetails</tag-name>
<source>MasterDetails.xhtml</source>
</tag>
</facelet-taglib>

I tried creating a tld file and put it in my WEB-INF directory. I also without luck, I tried putting my tag class here. I must be missing something.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: problem with code-completion for Facelets custum tags  PostPosted: Sep 23, 2009 - 06:58 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 8012

dreamer29,
The dev team is looking into this issue and they will get back to you with an update asap. Thank you for your patience.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits