taglib - i18n in jsp 2.4
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