A bit of a struts newbie here. I have an application with the following page 
flow:
choose Product Category --> choose Product Model --> create/edit chosen model

Currently we only have one ActionForm\JSP Edit Form, but we need to expand 
this to support different Product Categories. Each would be a differnet set of 
attributes, so, probably, a differnt ActionForm\JSP combo.

Should we have a Forward per ProductCategory with a Product Category specific 
ActionForm and corresponding jsp?

Seems like there should be a better/more generic way. Any ideas?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to