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.
Conversation page was created in WebContent folder.
Right click on Conversation page, select Run As > Run On Server.
Conversation component was hot-deployed.
Click on Begin and Increment buttons to check the conversation functionality.