4.3. New Seam Conversation

Enter some value in the text field (e.g. value1) and click on formMethod.

Add a conversation using the New Seam Conversation wizard File > New > Seam Form.

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

New Seam Conversation Wizard

Figure 4.9. New Seam Conversation Wizard


Conversation page was created in WebContent folder.

Conversation Page in JBoss Tools HTML Editor.

Figure 4.10. Conversation Page in JBoss Tools HTML Editor.


Right click on Conversation page, select Run As > Run On Server.

Conversation Component

Figure 4.11. Conversation Component


Conversation component was hot-deployed.

Click on Begin and Increment buttons to check the conversation functionality.