Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with jsp include directive in iPlanet. Working in Tomcat.

Status
Not open for further replies.

shetty2k

Programmer
Sep 21, 2006
1
0
0
US
Hi,

I am faced with this problem in iPlanet Web Server 6.1 SP6. This works correctly in Tomcat 5.5.17.

I am using the following directive in my JSP page to display a dropdown menu:
<html:select name="fieldsPerson" property="language">
<jsp:directive.include file="/myFolder/myFile.html" />
</html:select>

The drop-down menu is displayed correctly, but the values don't get populated. Which means that the struts part is working fine, but the jsp include directive is not.

Any clues? Is there a list of known issues/workarounds for porting an application from Tomcat to iPlanet?

-Prashant.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top