| Summary: | [JSF2.0] Dependent project's JSF 2.0 taglib namespace is not recognized by Eclipse | ||
|---|---|---|---|
| Product: | [WebTools] Java Server Faces | Reporter: | Behrang Saeedzadeh <hello> |
| Component: | UI | Assignee: | Cameron Bateman <cameron.bateman> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | bjoern_weinbrenner, erik.reuter, raghunathan.srinivasan, thatnitind |
| Version: | unspecified | ||
| Target Milestone: | Future | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Behrang Saeedzadeh
Is the part of the Java Build Path where the "http://foo.com" component is defined enabled on the 'Order and Export' tab of the 'Java Build Path' property page of Project1? (In reply to comment #1) > Is the part of the Java Build Path where the "http://foo.com" component is > defined enabled on the 'Order and Export' tab of the 'Java Build Path' property > page of Project1? Yes, the namespace is defined inside src/META-INF/mytaglib.taglib.xml and the src folder is already selected by Eclipse in the Order and Export tab of the Java Build Path for the project. In fact, its checkbox is checked with a dash mark and it cannot be unchecked. Target for maintenance release. This problem haunts me as well, developing a custom facelet taglib. However, I did discover a workaround, which is not ideal, but is suitable for the users of the taglib I'm developing: What i noticed is that tag completion works fine for e.g. PrimeFaces, which is a packaged jar added to the build path. Tried packaging my taglib and added it to build path.. Everything works, just like with Primefaces. For review After some research, it has been discovered that this requires significant work, and now (approaching M7) is not the time for this. Pushing out to a future release. We may not be able to get to this in Juno Mass update: Moving Target to Juno SR1 release as we are in ramp down phase for Juno. Triage: Consider fro 3.5 This is too large to take on for 3.5. Since there is (or at least was) user interest, I suggest that we target this for SR1. |