tags:

views:

23

answers:

1

Hi,

I've a form with with one select field filled from the database and few more fields the user have to fill.

To get to that form I do a query in the Action, put the results in a List in one ActionForm property and in the jsp y use html:option pointing to that property. Then the user will fill the other fields and the form will return to the same Action with the same Form but I having a lot of troubles to integrate that with the validation.xml (If I set an input in the action mapping the JSP is displayed without going thru the action the first time).

How should I organize that? How many Actions? How many ActionForms?

Thank you

A: 

better to put sample code here.

Manu