My Solaris machine is connected to the network but not to the Internet.
________________________________ From: Parag Shah [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 10:26 AM To: MyFaces Discussion Subject: Re: Problem with JSTL tags in MyFaces application Was your Solaris machine offline when you ran the app? -- Regards Parag On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: login.jsp ---------- <%@ page contentType="text/html; charset=utf-8" import="javax.servlet.http.HttpServletRequest" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> Then if I deployed my ear file in Windows XP machine its working fine. But if I deploy the same ear in Solaris machine it's deployed successfully in the server. But if I request for a login page I am getting error saying that "The absolute uri: http://java.sun.com/jsp/jstl/fmt can not be resolved in either web.xml or the jar files deployed with this application." I goggled and finally I copied the "fmt.tld" file to my WEB-INF directory and deployed then my problem solved. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com

