Re: Help Required Struts and iPlanet Web Server 4.1 sp7

2002-12-27 Thread mxranga
I use iPlanet 6.0 without any problems. According to Struts User Guide, iPlanet 4.1 doesn't support webapps and WAR file deployment. Check this link. http://jakarta.apache.org/struts/userGuide/installation-ip.html Thanks, Manju

Re: Bean problems

2002-12-26 Thread mxranga
Try "geoZoneID" on your form. It is trying to look for "getGeozoneID( )" and "setGeozoneID( )" methods. Manju David Rothschadl

Re: Struts with frames problem

2002-11-19 Thread mxranga
Kamal, If possible avoid using Frames with Struts. Check this list archive for details. If you open non-frame page first then let that page redirect to frame-set page, this way you will be part of the original session. - Manju