Skip to content
Advertisement

Tag: struts2

Struts2 – How to repopulate form having dynamically generated fieldnames (via expression) with submitted values after validation error

We have a Struts2 application where we are building survey feature using which application users will be able to create surveys by adding different questions. These questions are comprised of question text and an html control for getting response. The html controls so far supported are single and multi-select list, text field, textarea, checkbox and radiobox. So the survey form

Advertisement