On Wednesday, January 8, 2003, 5:07:24 PM, Robert wrote:
RT> If you are using DynaActionForm or DynaValidatorActionForm then you can RT> cast the form to a DynaBean in your Action class and pass it to the business RT> layer. RT> This does not couple your business/service layer to Struts. It does however RT> couple RT> your service layer to accepting DynaBean interface. Well in one app that's exactly what I did (using DynaValidatorForm) but how does this still not tie your service layer to Struts? Wouldn't it require my class to use org.apache.struts in order to get acces to DynaActionForm or DynaValidatorForm ? -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>