Hello,

This is my first request in this mailing list, I hope I am doing it right !

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 table...

While (question)
{
        While {answer from this question)
        {
}


I tried many solutions, but I didn't achieved it!

Thank you for your help,
Mat

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to