Posts

Showing posts from May, 2023

JSP SET AND GET PROPERTY ACTION TAG

 https://www.javatpoint.com/jsp-setProperty-and-jsp-getProperty-action-tag

JSTL Get Value From Form

 http://www.java2s.com/Tutorial/Java/0380__JSTL/GetvaluefromFormTextFieldAndOutputthevaluebyusingJSTL.htm Form <html> <head><title>Create Person</title></head> <body> <h1>Enter your details</h1> <form action= "listPageParameters.jsp" method= "post" > <table> <tr><td>First name:</td> <td><input type= "text" name= "firstName" /></td> </tr> <tr><td>Last name:</td> <td><input type= "text" name= "lastName" /></td> </tr> <tr><td>Age:</td> <td><input type= "text" name= "age" /></td> </tr> </table> <input type= "submit" value= "Submit details" /> </form> </body>

How To Make Cross Over Cable

Image