Bug 15359 - Problem while changing a custom tag's short name
Summary: Problem while changing a custom tag's short name
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-06 15:08 EDT by Robert Jackson CLA
Modified: 2003-03-17 12:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Jackson CLA 2002-05-06 15:08:59 EDT
The problem:
A user creates a Java Custom Tags.  Then they rename the tag and make the 
appropriate changes to the taglib.tld file, rebuild the tag libraries java 
class, and make the needed changes to the jsp files. The user will get the 
following error pointing to where the jsp page calls the tag. 
 
IWAW0525E Unknown tag 
 
I found this in WSAD 4.0.2 and 4.0.3. for Windows 2000.
 
Solution:
To fix this problem the user must follow the following step in the exact order.
   1. Shutdown then reopen the WSAD.
   2. Delete the class file for the class that implements the tags logic.
   3. Update the .tdl file. Even if all you do is change a comment. Save.
   4. Update the class file for the class that implements the tags logic. Save.
   5. Rebuild the project .
 
I seems that there is a complex set of steps for changing the tag 
libraries "short-name" but I have not looked closely into resolving that 
problem at this time. Please let me know if there is another way of resolving 
this issue and/or the steps for resolving the issue of changing the "short-
name".
Comment 1 Philipe Mulet CLA 2002-05-06 18:40:37 EDT
This doesn't belong to Eclipse/JDT/Core. 
Comment 2 Philipe Mulet CLA 2002-05-13 12:37:39 EDT
Closing, inactive.