Community
Participate
Working Groups
Build Identifier: M-3.2.1-20100623085141 Will see a false warning. See the steps below for details. Reproducible: Always Steps to Reproduce: 1. Create a JSF 2.0 project 2. Create a folder under WebContent 3. Create two facelet pages in the above folder, e.g. t1.xhtml and t2.xhtml. 4. In t2.xhtml, add a tag <ui:include src="t1.xhtml"/> 5. Save the page Problem: will see a warning "invalid value" under src attribute value (No warning if don't use the sub-folder)
Created attachment 179262 [details] Fix When the file name in the attribute value does not start with "/", the specified file should be relative to the current file.
Is anything preventing the patch from being applied to 3.2.3? Any other assistance we can offer to help resolve this bug?
Mass update: The JSF Tools team is currently focused on performance and deadlock issues in the product. We plan to address other WTP bugs later this month and will review and checkin the patches soon. Thanks for your contribution and understanding. -Raghu
Committed to 3.2.3 and 3.3.0 at 2011/01/04 02:56PM PDT.