AW: Dynamic dropDown List

2011-01-21 Thread mre...@4sxs.de
Hello, I tried with a map, a set... and for the quest.questionId with [], $, #... But nothing is working. I think it is not possible to do this!? My requirement: A form with 4 pages and it is possible to navigate through the 4 pages without loose field data. Example, a user fill the page 1 and 2

AW: Dynamic dropDown List

2011-01-20 Thread mre...@4sxs.de
Thank you for your answer. Do you mean something like this: And in my bean I have the variable " private String[] answers;" with getter and setters... But it is not working and the variable " quest.questionId" is not replaced by the value. Other ideas? Thanks

AW: Dynamic dropDown List

2011-01-20 Thread mre...@4sxs.de
Hello, I used the normal and tag and built the form by hand. But on this way, I lost all the save mechanisms from struts (if the page is reloaded all the dropdown value are lost). I didn't find a working solution... So I tried again with the struts tag, and I did:

AW: Dynamic dropDown List

2011-01-18 Thread mre...@4sxs.de
Hi Chris, Thank you for your reply, I had already try with the iterator but I had two problem: - I would like to put the <:property value="name"> in a dropdown List () - the answerList from the second iterator, depends from the current item from the first list Something like: