tags:

views:

796

answers:

3

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 ?

+1  A: 

there is a plug in for that

Konstantinos
+1  A: 

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.

Rich Kroll
A: 

I think book "Practical Apache Struts 2 Web 2.0 Projects" has a chapter on workflows and wizards, check it out you can see the book on http://www.apress.com/book/view/1590599039

suchit puri