I didn't find the solution for my problem :

I got an use case where I have to add new student.

I had a StudentActionForm who got simple data like
name, first name, birth date.

I had an attributs who correspond on a formation
selected by a new student.

The formations data displayed into my view came
from a database. 

How can I do these 2 job : 

-first load formations datas 
-second add a new student from
 the same view page ??

I saw only very simple examples with a case like
mine had some String array for getter and setter
but I never find a case like mine.

I know how to fill <html:select> <html:options> but
I don't know how can I load data from a db BEFORE
a user submit a form. 

The only one I find he's really inapropriate, is to
do made a sql query into my StudentActionForm.

Any one had an idea ?

<--
Alexandre Jaquet
->



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

Reply via email to