[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Re: How to prevent some tags from showing in palette

Can you please tell me how to change the behaviour of the below metadata configuration of palette

<trait id="requires-html-form">
	<value>true</value>
</trait>

Currently, this configuration makes the <h:form> tag enclose the dragged JSF tag. But I want to reuse this functionality to perform the same behaviour for my custom tag library.