Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » [eclipse 3.6 WPE]How to customize the property view of the WPE without adding JSF Facet into project(About customization of a Web page editor)
[eclipse 3.6 WPE]How to customize the property view of the WPE without adding JSF Facet into project [message #794599] Thu, 09 February 2012 13:36
Riichi Yamashita is currently offline Riichi YamashitaFriend
Messages: 7
Registered: February 2012
Junior Member
I am trying to add some customized tags to the web page editor palette with customized property view.
Is there any way to customize the property view of the Web Page Editor without adding JSF Facet into project?

As I understood so far, ITaglibContextResolver is needed to get the information from standardMetaDataFiles, when initializing the AttributePropertySource. However, getting ITaglibContextResolver is failed as long as the method JSFAppConfigUtils.isValidJSFProject(project) in DesignTimeApplicationManager.hasJSFDesignTime returns false.

For now, I am adding JSF Facet into project to get ITaglibContextResolver to customize the property view.
I'd like to get the property information without adding JSF Facet into project.
Please advise me on how to do it.

Thanks in advance.
Previous Topic:error interation between tomcat and eclipse
Next Topic:[eclipse 3.6 WPE]How to customize the property view of the WPE without adding JSF Facet into project
Goto Forum:
  


Current Time: Thu Apr 18 22:37:03 GMT 2024

Powered by FUDForum. Page generated in 0.01570 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top