Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

taglib - i18n in jsp 2.4

843840Jun 13 2008
Hi,
while migrating the code from websphere 5.1 to websphere 6.1,
am facing taglib problem.

in index.jsp, i have added
<%@ taglib uri="http://jakarta.apache.org/taglibs/i18n-1.0" prefix="i18n"%>

this cause error as

JSPG0047E: Unable to locate tag library for uri http://jakarta.apache.org/taglibs/i18n-1.0
Error code:500

even i tried with
<%@ taglib uri="http://jakarta.apache.org/taglibs/i18n" prefix="i18n" %>

am getting error

JSPG0047E: Unable to locate tag library for uri http://jakarta.apache.org/taglibs/i18n
Error code:500

please help me out...

what is the latest version of taglib - i18n
where can i find...

thanks in advance..

regards,
sana .g
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2008
Added on Jun 13 2008
0 comments
318 views