Fórum

Form generation with struts 2

Rei Mat, modificado 13 Anos atrás.

Form generation with struts 2

Junior Member Postagens: 44 Data de Entrada: 29/09/10 Postagens Recentes
Hello,

I am currently developing a Portlet for Liferay using Struts 2, it is working good and I am often surprised with all the possibilities from Struts2.
Unfortunately I have a blocker !
I would like to design a form with a survey thanks to dropDown List and would like to get all the content from a database.
In the database, there are a table question (questionId, questionName) and a table answer (answerId, answerName, questionId) and I would like to generate all the dropdown from these tables...
I tried many solutions, but I didn’t achieved it!

Thank you for your help,
Matthieu