Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.
The following page has been changed by MichaelJouravlev: http://wiki.apache.org/struts/StrutsQuickStart3 ------------------------------------------------------------------------------ == Action interaction in Struts and form submission: view an employee == + inline:employee_list_view.gif + Let us change the application to view an employee information in a separate form. + + inline:employee_view.gif To view an employee we will create a separate Action class, EmployeeActionView, which will handle "view" event: