Hi Rashmi, Thanks for the help. I didn't think the order of the attributes should make any difference, but I made both the suggestions you made but unfortunately, no difference.
Anything else I can try? Many tanks -----Original Message----- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: 01 April 2007 20:42 To: Tag Libraries Users List Subject: Re: Basic problem 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] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.24/741 - Release Date: 31/03/2007 20:54 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.24/741 - Release Date: 31/03/2007 20:54 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
