So I've looked at the FAQ and it seems like I should be able to solve this from there, but I'm still struggling to get it to work.
I can't get my input fields to show when first loading my submit page.
I have the following form:
Main Form: SubmitForm, it's a large form with an indexed property in it that I can't get to work:
(it has the appropriate getter/setters)
(with appropriate getters/setters
struts-config.xml:
JSP: - as you can see, i've tried both forEach and iterate.
Neither seems to populate the initial table in the jsp to 5 rows. The iterate doesn't find anything to iterate over.
Any suggestions?
Thanks
[ December 31, 2008: Message edited by: Brian Harper ]