Hi,
I'm having a problem with WebSphere Studio Application Developer (currently using 5.1.2 here), which I would appreciate any help ...
The problem is as follows:
I'm using some custom tags in my jsp pages. I have defined a class for each tag, defined the tags on a TLD file, ans included the "taglib" directive on the pages.
Everything was working fine ... was ...
I changed the methods of one class, (renamed one, removed several), and updated the TLD file. Now, on the "Project Navigator" tree, I'm receiving the red-cross of error on the jsp file.
On the "Tasks" list, I have several errors, each with the description I attached as code below.
At first glance, one might think there should be some uncompatible method signatures, but the class files and the TLD all check correctly. Also I can run the project and access the pages with no problem ... no server side error, no log, nothing ... everything is working just perfectly, custom tags are working fine, with the changes I've made.
Another thing, is that I picked up a file that strangely had no error (and it also has the tag code inside as the rest of the files that are reported by websphere as having errors), created a NEW file, copy-pasted the entire contents, and the new file is also reported as having error. So 2 files with exacly the same content, and websphere reports differently ... the old one as correct, the new one as having that same error.
Seems some sort of refresh probably? But I've tried deleting the binary files (on the WEB-INF/classes folder) so he could re-generate them, from the source, I've tried rebuilding the project, exit and entering the entire websphere, but no success ...
Help Appreciated ... Thanks.
I'm having a problem with WebSphere Studio Application Developer (currently using 5.1.2 here), which I would appreciate any help ...
The problem is as follows:
I'm using some custom tags in my jsp pages. I have defined a class for each tag, defined the tags on a TLD file, ans included the "taglib" directive on the pages.
Everything was working fine ... was ...
I changed the methods of one class, (renamed one, removed several), and updated the TLD file. Now, on the "Project Navigator" tree, I'm receiving the red-cross of error on the jsp file.
On the "Tasks" list, I have several errors, each with the description I attached as code below.
At first glance, one might think there should be some uncompatible method signatures, but the class files and the TLD all check correctly. Also I can run the project and access the pages with no problem ... no server side error, no log, nothing ... everything is working just perfectly, custom tags are working fine, with the changes I've made.
Another thing, is that I picked up a file that strangely had no error (and it also has the tag code inside as the rest of the files that are reported by websphere as having errors), created a NEW file, copy-pasted the entire contents, and the new file is also reported as having error. So 2 files with exacly the same content, and websphere reports differently ... the old one as correct, the new one as having that same error.
Seems some sort of refresh probably? But I've tried deleting the binary files (on the WEB-INF/classes folder) so he could re-generate them, from the source, I've tried rebuilding the project, exit and entering the entire websphere, but no success ...
Help Appreciated ... Thanks.