Posted By:
Anonymous
Posted On:
Wednesday, August 1, 2007 08:13 AM
Hi to all; I would like to ask you, if it is possible to do in JSF with following condition: Step 1 of 3 [edit page] Parameter 1 : value 1 Parameter 2 : value 2 Parameter 3 : value 3 Parameter 4 : value 4 (new val 4) Parameter 5 : value 5 (new val 5) Note: 1) the parameter and its values is spooled from DB using Entity bean 2) user is allowed to edit any parameter as shown in the page Step 2 of 3 [confirm page] Parameter 1 : value 1 Parameter 2 : value 2 Parameter 3 : value 3 Parameter 4 : new val 4 Parameter 5 : new val 5
More>>
Hi to all;
I would like to ask you, if it is possible to do in JSF with following condition:
Step 1 of 3 [edit page]
Parameter 1 : value 1
Parameter 2 : value 2
Parameter 3 : value 3
Parameter 4 : value 4 (new val 4)
Parameter 5 : value 5 (new val 5)
Note:
1) the parameter and its values is spooled from DB using Entity bean
2) user is allowed to edit any parameter as shown in the page
Step 2 of 3 [confirm page]
Parameter 1 : value 1
Parameter 2 : value 2
Parameter 3 : value 3
Parameter 4 : new val 4
Parameter 5 : new val 5
Note:
1) this page is to display all the values has been changed by the user
2) it has 2 options here, either proceed (submit and update to db) or back (return to previous page by displaying the last history (old & new values)
Step 3 of 3 [submit page]
Update DB and display success / error msg
Please, if you could advise or point me with sample, I am really appreciated for your help, thanks in advance.
Rgds;
Yoke Yew
<<Less