Retrieving ActionForm data via JSP
843836Jan 14 2004 — edited Jan 15 2004How do I access and retrieve data that has been stored into an ActionForm object; specifically, I wish to access the data from a JSP within the application.
My understanding of the Struts �flow�, is that the <html:text> properties from the �input� JSP are automatically �set� into my ActionForm object based on mappings, which I believe is occurring, but how to I extract the data from a JSP?