Please note that there are *no semicolons* after each link --- my e-mail client inserts them automatically.
-Rashmi ----- Original Message ---- From: Rashmi Rubdi <[EMAIL PROTECTED]> To: Tag Libraries Users List <[email protected]> Sent: Sunday, April 1, 2007 3:38:03 PM Subject: Re: Basic problem The web-app entry in web.xml looks incorrect change it to the following: <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> </web-app> Also change the taglib URI declaration to this: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> -Rashmi ____________________________________________________________________________________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
