Link to home
Start Free TrialLog in
Avatar of prabhualla
prabhuallaFlag for India

asked on

sql.tld is required for jstl

Hi All,

i want to pracise JSTL programs in JSP, for that i need sql.tld, i searched in google, i couldn't able to find it. Kindly provide the tld files.
Avatar of mccarl
mccarl
Flag of Australia image

JSTL comes in two parts, the API and the Implementation. You will find "sql.tld" inside the implementation JAR file, in the META-INF directory.
Avatar of prabhualla

ASKER

As you suggested i extracted jstl.jar,in that i have only MANIFEST.MF under META-INF directory. there is no tld files.

please help
sorry..i got it in standard.jar file..

Thanks for your suggestion.
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks..