I'm new to Eclipse,I want to create a
JSP file from scratch that contains three buttons."Add New" ; "Delete" ; Show All"
Using this
IDE,
-I created a new Dynamic web project
- inside the webcontent created MyJSP.jsp
(I saw a Demo from IBM WebSphere that have the tab "INSERT" that allows to
insert Expression,Scriplet, Button, etc...,in the design or source of this jsp)
Does Eclipse has the same capability to insert Jsp expression,Button in the source file of jsp ? if yes,please let me know because I didn't see.Thanks.