--- Emi Lu <[EMAIL PROTECTED]> wrote: > For Struts2, action classes extend "ActionSupport". > > Would I have to extend DispatchAction in order to > use IBATIS?
No. There's no direct connection between either version of Struts and iBatis (or any other DB layer, for the most part). The demo provided uses Spring to inject DB-related objects in to the action, just like S2 would (see the S2 + Spring 2 + JPA tutorial, for example). d. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]