RE: Pass Javabeans

2007-11-16 Thread Richard . Ferri
Yes, That is generally what I'm saying... For maintainable code, look at the patterns I went into. If you are writing a very large application, they will make your application easier to debug and maintain in the future. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent:

RE: Pass Javabeans

2007-11-16 Thread Richard . Ferri
I would look into the following Patterns: BusinessDelegate , SessionFacade For Database connectivity with EJBs you should also look at servicelocator. Typically what I do is: Have an action: To retrieve data from a database -- I pass all necessary interface parameters to a BusinessDe

RE: Re: forward to a particular id in a page from

2007-11-14 Thread Richard . Ferri
It sounds like you want to use mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Wednesday, November 14, 2007 6:47 PM To: user@struts.apache.org Subject: Re: forward to a particular id in a page from Hi, > > i have an html id in a jsp page . > > i have, > in my struts config.xml >