> -----Original Message-----
> From: Matt Raible [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 1:04 PM
> To:   Struts User
> Subject:      servlet-mapping for action servlet in struts & iplanet
> 
> I am trying to get Struts working in iPlanet 6.0 SP2, and hoping that
> someone else has already solved this issue:
> 
> I have a form that is defined in a page:
> 
> <html:form action="/signin" focus="username">
> 
> If I have the servlet mapping for my action form as *.do, the form HTML
> output is:
> 
> <form name="signInForm" method="POST"
> action="/NASApp/uijumpstart/signin.do">
> 
> which is exactly how I want it to look.  However, when I click "submit", I
> get my favorite error:
> 
> GX Error (GX2GX)
> socket result code missing!!!
> 
> So in an effort to fix this, I change the servlet mapping to /*.do, but
> then
> my form HTML output is:
> 
> <form name="signInForm" method="POST" action="/NASApp/uijumpstart/">
> 
> And I end up on my welcome-page.  Any ideas how to make this work would be
> GREATLY appreciated.
> 
> Thanks,
> 
> Matt
> 
> 
>   <servlet-mapping>
>     <servlet-name>action</servlet-name>
>     <url-pattern>*.do</url-pattern>
>   </servlet-mapping>
> 
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to