I can't find it on the struts site but i think it's
Under definition
  <servlet>
    <servlet-name>action</servlet-name>

This bit - change it to false. Try it out - sorry if it's not.

    <init-param>
      <param-name>validate</param-name>
      <param-value>true</param-value>
    </init-param>

--- "Sudhir S. Shetty" <[EMAIL PROTECTED]> wrote:
> How exactly should i do it can you give me an example.
> regards,
> Sudhir
> 
> ----- Original Message -----
> From: "Ted Husted" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Monday, February 04, 2002 18:18
> Subject: Re: DTDS Required for Struts and Web Application.
> 
> 
> > It's suppose to use the one's in the Struts JARs. Under some
> > circumstances, from what people say, that doesn't seem to happen.
> >
> > There is a switch in the ActionServlet ("validating") that can turn the
> > DTD validation off if it gets to be a problem.
> >
> >
> http://jakarta.apache.org/struts/api-1.0/org/apache/struts/action/ActionServ
> let.html
> >
> > -- Ted Husted, Husted dot Com, Fairport NY USA.
> > -- Java Web Development with Struts.
> > -- Tel +1 585 737-3463.
> > -- Web http://www.husted.com/struts/
> >
> >
> >
> > "Sudhir S. Shetty" wrote:
> > >
> > > Hi All,
> > >           I have an Intranet application hosted on Weblogic Server , the
> > > application is built on STRUTS, I need to know, whenever I start up
> > > weblogic, the server downloads the DTD's for the application i.e. the
> struts
> > > specific DTD's and the ones specific to Sun for the Web application.
> > > Can You suggest me a work arond in which I download the DTD's on to my
> > > machine on to a folder, so that These DTD's dont need to be downloaded
> > > everytime I start Weblogic up.
> > > Kindly tell me the places I have to make the change.
> > >
> > > Thanks in advance,
> > > Sudhir
> > >
> > > --
> > > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com

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

Reply via email to