I am developing system in which i am using struts2. I have a requirement to develop a wizard for some of my forms. Anyone can give me any link for creation of wizard through struts2 ? or any suggestion how to create wizard through struts2 ?
|
|
there is a plug in for that |
|||
|
|
|
|
You will want to implement the ScopeInterceptor to create wizard like interfaces. An alternative is to implement custom conversational scope. A great tutorial on this can be found here. |
||
|
|
