4.2. New Seam Form

Click on actionMethod in the internal browser and add a form in your project using the New Seam Form wizard File > New > Seam Form.

Select a necessary project, type a name for Seam component, POJO class, Method, Page and select a Package using Browse button.

New Seam Form Wizard

Figure 4.6. New Seam Form Wizard


The Form Page was created in WebContent folder.

Form Page in JBoss Tools HTML Editor.

Figure 4.7. Form Page in JBoss Tools HTML Editor.


Deploy the form on server. Right click on Form Page, select Run As > Run On Server.

Form Component

Figure 4.8. Form Component


Form component was hot-deployed.