Hi,
I'm migrating my app from struts 1 to Struts 2. In my Struts 1 app, I had
this class ...
public class RefreshAction extends Action implements PlugIn {
...
}
and this in my struts-config.xml file ...
<plug-in className="com.myco.regui.struts.refresh.RefreshAction" ></plug-in>
So how do I convert this to Struts 2? There doesn't seem to be a support
for "plug-in". My goal is to develop an action class that I can also invoke
automatically upon application startup.
Thanks, - Dave
--
View this message in context:
http://www.nabble.com/What-is-Struts-2-equivalent-of-PlugIn--tp24167571p24167571.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]