The goal behind this pot-pourri of code snippets is that I had a 
spreadsheet-like form whose purpose was to collect information that was
relative to the time/date when the form was being viewed (i.e. "dynamic").
Hopefully, someday I will get the time to cohesively explain the relationship
between the code snippets but they should prove of some value in the meantime.
Reference http://markmail.org/message/557ico53ydq2gvsp#query:using%20a%20map%20in%20a%20dynaactionform+page:1+mid:557ico53ydq2gvsp+state:results Custom Struts Action Form Use of custom action form in struts-config.xml: JSP snippet showing use of map:     <c:forEach var="headerPeriod" items="${rHeaderPeriods}" varStatus="column"> Struts Action which processes the form: )f.get("roleMap"), (Map)f.get("assignMap"));  Thanks to the following website for providing a converter for my html and xml text: 
http://www.felgall.com/htmlt47.htm 
No comments:
Post a Comment