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?

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?