Hi,
 
My first fiddle with the struts code but I think I may actually have something useful 
to contribute...

I managed to correct the error Chuck referred to by making a change in 
org.apache.struts.util.RequestUtils.getApplicationPrefixes(ServletContext)

Lines 1207-1209 of the 26 Feb 2002 nightly build say:

            if (prefix.length() > 0) {
                list.add(name);
            }

I changed line 1208 to read

list.add(prefix)

and everything worked after that.  

Cheers,
Andrew.

-- 




__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to