I am using the Struts framework with and am trying to dynamically build a web page based upon what data is pulled out of an Oracle database. The field types can be checkbox, radio button, or text. I was thinking I could us a map-backed action for this but I'm stuck on an issue. I need to understand how I get the data from the action class to the form (where I've got my get and set methods) and then to the JSP. Of course then I need to concern getting the updates from the user back to the other way so it gets persisted back in the database. I'm looking for an example, can you either walk me through this or provide an example please. Thanks in advance.
Start Free Trial