Hi, could you please tell me why every jsp file that has taglib is not working, iPlanet is in unix, I don't have access to it, only I ftp my files there, I talked to the Admin but he does not know what to do, he is new in iPlanet too, any help please will be appreciated.
Thanks in advance.
-
taglib in iPlanet ?? (2 messages)
- Posted by: majid abdel
- Posted on: December 10 2001 11:06 EST
Threaded Messages (2)
- taglib in iPlanet ?? by Weston Aiken on December 14 2001 14:06 EST
- taglib in iPlanet ?? by Amin Mohammed-Coleman on January 13 2005 06:20 EST
-
taglib in iPlanet ??[ Go to top ]
- Posted by: Weston Aiken
- Posted on: December 14 2001 14:06 EST
- in response to majid abdel
Depends. The following are fairly common reasons a tag isnt working.
1. The JSP pages can not find the tld file
2. The tag handlers (class files) are not in the classpath
3. The tag being referenced has not been added to the tld file.
What exactly is the error being reported?
Weston -
taglib in iPlanet ??[ Go to top ]
- Posted by: Amin Mohammed-Coleman
- Posted on: January 13 2005 06:20 EST
- in response to majid abdel
Hi there,
What version of IPlanet Web server are you deploying you app? If it is 6.0, then you'll have to configure your tlds.
Amin