You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Barry Volpe <bv...@childrencare.com> on 2003/05/28 02:18:03 UTC

How can I call forms from a list box?

Hi,

Creating a list box as follows:

Selection A  (calls form A)
Selection B  (calls form B)
Selection C   (calls form C)

The solution that comes to mind is create an action and depending
on which selection is made define and call the foward for the appropriate form.

Anyway of doing this without an action?  What is the struts way of doing this?


Thanks,
Barry