How you will save the data across different pages for a particular client request using Struts ?
One simple and general way is by using session Object. In specific, we can pass this by using request Object as well. ====================================== Create an appropriate instance of ActionForm that is form bean and store that form bean in session scope. So that it is available to all the pages that for a part of the request.
Related Questions
- How does a Resource Entity request their Resource Asset Registration Form (RARF) data be loaded on a different date than the proposed Model Ready Date sent by ERCOT registration?
- What are the different ways Client Applications can access data on the Appliance?
- How do I access the request data POSTed by the client?