Monday, February 18, 2008

Usin the "Palette" for design in JSP


1.Choose File > New Project (Ctrl-Shift-N) from the main menu.
Under Categories, select Web. Under Projects,
select Web Application then click Next.

2.Specify the Project Location to any directory on your computer.

3.focus the index.jsp file

4.Window>Palette(Ctrl+Shift+8)

5.drag a Form item to a point after the 'h2'tags into the Source Editor

6.see the image
Specify the following values:

* Action: targetjsp.jsp
* Method: GET
* Name: anyname

7.Drag a Text Input item to a point just before the < /form> tag

8.Use other palette items for your needs...

No comments: