On Wed, 24 Jul 2002, Rajesh Kalluri wrote:

> Date: Wed, 24 Jul 2002 16:15:57 -0400
> From: Rajesh Kalluri <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: org.apache.struts.actions.ReloadAction - Where is it in 1.1
>
> Does any body know what happened to reload action in struts 1.1 or where i
> can find it.
>
> org.apache.struts.actions.ReloadAction.
>

It's not possible for a web application to completely reload everything
you would need (for example, new or updated Action classes), so it's been
abandoned.  Use the application reload facilities of your container
instead (such as reload="true" on Tomcat).

> Regards
> Rajesh

Craig


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

Reply via email to