Re: Struts 1.0.2 Dynamic Forward

2004-06-19 Thread bmcgovern2004
Rick, Sorry if I the problem def I supplied wasn't complete enough. I was trying to avoid keyboard diarrhea. I'm sure that I'm making this more difficult than it need be. :-) I have a number of mappings. Each with its own unique action, form, and set of forwards comprising the jsp screen

Re: Struts 1.0.2 Dynamic Forward

2004-06-18 Thread bmcgovern2004
; ps.s just noticed your subject line: If you want to create an ActionForward on the fly in your CAtion class, that's ok too. Just create a new ActionForward, set its path and return that in your perform/execute method. > > Regards, > Geeta > > > -Original Message--

Struts 1.0.2 Dynamic Forward

2004-06-18 Thread bmcgovern2004
I'm an newbie. I've made an honest attempt at finding an answer in the archives without success. Can some please help? I've successfully written a simple struts application. I have a jsp that presents a listbox for user selection. I have multiple action "flows" that may need to utilize the s