I'm tring to develop a user registration module with seam (POC)
I don't want to use JBPM for now.
I created a jsf page with 3 inputs
user.username
user.name
user.password
now I would like to access this page on 2 situation : create user/edit user
1)can I use the same RegisterAction stateless bean for that?
2) how does the stateless knows if I would like to edit or to create?
3) how do I retrive the user information to the page on edit situation?
I read the tutorial and saw only JBPM examples
I am very new to seam - please describe me as much as you can
Thanks a lot!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963973#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...