+1 David Graham wrote:
> The Action class...but the action should be asking a helper object for > a list of whatever goes in your drop down. It shouldn't know about > the database directly. So you might have in your action.execute(): > > List list = StateHelper.getStateList(); > // put list in your form > > Dave -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

