Design a single page wizard using JBoss Seam 2.0.x. This wizard should handle its operations using one xhtml page. The wizard starts by retrieving information from the database, the information retrieved depends on a URL query parameter that was used to access the page. The wizard should then solicit for a user input and perform an action once the input is submitted. This action might require database interaction. The wizard displays the result on the same page after redirecting. If there is an error detected, the user is redirected to the same page with an error message. The wizard page shall be accessible only if the user is logged in.
Archive for January, 2008
Problem 1 – Design a single page wizard
Posted by hatim on January 28, 2008
Posted in JBoss, Problems, Seam | Leave a Comment »
Practical Seam – The Beginning
Posted by hatim on January 28, 2008
I am starting a series of blog entries centered around JBoss Seam. These entries reflect my own experience working with Seam which I would like to share with the rest of the world! Please stay tuned!
Posted in JBoss, Seam | 4 Comments »