Forward to different Form/JSP from one action

2006-07-18 Thread billintx
I'd like to do something like this: Each template would require a different ActionForm? Should I create and put the ActionForm in the request manually? Should I chain this with another action, so i'd have , where editTemplate1 action has the correct ActionForm? Any other ideas?

Re: Forward to different Form/JSP from one action

2006-07-18 Thread Michael Jouravlev
On 7/18/06, billintx <[EMAIL PROTECTED]> wrote: I'd like to do something like this: Each template would require a different ActionForm? Depends on your design. Generally, no. Should I create and put the ActionForm in the request manually? As you like. Should I chain this w

Forward to different Form/JSP from one action

2006-07-18 Thread billintx
I'd like to do something like this: Each template would require a different ActionForm? Should I create and put the ActionForm in the request manually? Should I chain this with another action, so i'd have , where editTemplate1 action has the correct ActionForm? Any other ideas?