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:
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
2009-04-13 14:07:27
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
2010-04-24 11:22:52