Community
Participate
Working Groups
Build Identifier: Nothing happens when creating a Listener or a Filter using an existing class in Web Fragments Projects. Reproducible: Always Steps to Reproduce: 1.- Create a Web Fragment project 2.- Via Project Explorer, right click on Lister or Filter node 3.- Select the option, " Use existing Filter (listener) class " 4.- Notice that the entry is not created in the web-fragment.xml file.
Created attachment 201592 [details] IWebCommon replace IWebApp
Thi thing is that AddListenerOperation and AddFilteroperation are just considering the WebApp interface, that's why WebFragment never pass the cast test, so the patch consist in use the IWebCommon interface instead of WebApp interface to perform the operations.
approved
Code committed to R3_2_maintenance for WTP 3.2.5, 3.3.1 and 3.4