You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a web app built with Struts2 framework. It runs on a local tomcat v.8 host. The first page has a text field for OS, OS Version, and Notes. I utilize the struts2 validation framework to make the first two text fields "required". Once you submit, all previously entered OS environments are retrieved from the MySQL database they are stored i…