> > basically ActionSupport gives you some default implemented methods to make > your life easier.
if you dont need them you can simply implement Action But for Struts2 you dont even HAVE to implement the Action interface, as long as you have a method called "execute" or any named method that your calling >