Re: AW: AW: AW: using multiple action forms in one action. Best practice?

2004-11-17 Thread Bill Keese
rtant in my case. Martin -Ursprüngliche Nachricht- Von: Bill Keese [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. November 2004 01:48 An: Struts Users Mailing List Betreff: Re: AW: AW: using multiple action forms in one action. Best practice? It's hard for me to answer because I

AW: AW: AW: using multiple action forms in one action. Best practice?

2004-11-17 Thread Martin Kindler
s Users Mailing List > Betreff: Re: AW: AW: using multiple action forms in one > action. Best practice? > > > It's hard for me to answer because I don't really understand your > application. JSP1 is for picking a region, and then JSP2 is > for picking >

Re: AW: AW: using multiple action forms in one action. Best practice?

2004-11-16 Thread Bill Keese
hricht- Von: Bill Keese [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. November 2004 02:10 An: Struts Users Mailing List Betreff: Re: AW: using multiple action forms in one action. Best practice? Hi Martin, From this JSP I want to access a (hopefully) generic module to get th

AW: AW: using multiple action forms in one action. Best practice?

2004-11-16 Thread Martin Kindler
s! Martin > -Ursprüngliche Nachricht- > Von: Bill Keese [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 16. November 2004 02:10 > An: Struts Users Mailing List > Betreff: Re: AW: using multiple action forms in one action. > Best practice? > > > Hi Martin, > > &g

Re: AW: using multiple action forms in one action. Best practice?

2004-11-15 Thread Bill Keese
Hi Martin, From this JSP I want to access a (hopefully) generic module to get the access points. This "module" has to get some information (e. g. a region to prefilter the addresses or access points already existing) from JSP1. I think you should generate the input to the generic module, rather t

Re: AW: using multiple action forms in one action. Best practice?

2004-11-15 Thread Bill Keese
Hi Martin, From this JSP I want to access a (hopefully) generic module to get the access points. This "module" has to get some information (e. g. a region to prefilter the addresses or access points already existing) from JSP1. I think you should generate the input to the generic module, rather t

AW: using multiple action forms in one action. Best practice?

2004-11-15 Thread Martin Kindler
Hi Bill, thanks for the advice. See below for comments to your mail: > -Ursprüngliche Nachricht- > Von: Bill Keese [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 15. November 2004 01:21 > An: Struts Users Mailing List > Betreff: Re: using multiple action forms in o

Re: using multiple action forms in one action. Best practice?

2004-11-14 Thread Bill Keese
Martin Kindler wrote: in my application I have a rather complex object to deal with. I have split the process in several jsps (JSP1, ..., JSPn) using different ActionForms (AF1, ..., AFm)... 2. merge all ActionForms to one big mega ActionForm Pro: works Con: no modularization; if I need to use one

using multiple action forms in one action. Best practice?

2004-11-12 Thread Martin Kindler
Hi, in my application I have a rather complex object to deal with. I have split the process in several jsps (JSP1, ..., JSPn) using different ActionForms (AF1, ..., AFm) with them. I need information collected in one JSPi (using AFi) in another JSPj (using AFj). How can I access both Afi and Afj i

using multiple action forms in one action. Best practice?

2004-11-12 Thread Martin Kindler
Hi, in my application I have a rather complex object to deal with. I have split the process in several jsps (JSP1, ..., JSPn) using different ActionForms (AF1, ..., AFm) with them. I need information collected in one JSPi (using AFi) in another JSPj (using AFj). How can I access both Afi and Afj i