Aaron Porter wrote: > It looks like RegisterActionBean in the Bugzooky example is marked with > @Wizard but I just found it with grep and haven't examined it.
I was told after an earlier post, that the Bugzooky example code is @deprecated and should not be used. > Your flow should look something like this: > > Start event in ActionBean -> entry.jsp I can't get the first page to diplay, so I haven't worried too much about flow. I have <a href=Registration.action> registration Action </a> which is backed up by a registration.jsp, and in the registration.jsp, it has <s:form beanclass="com.fnfbook.beans.RegistrationActionBean" focus=""> <s:errors /> <div class="headline">So let's get started</div><br> We need just a little about you to get started.<br> <br> <s:wizard-fields /> In general, even with Fred's book, I'm having a ton of problems just getting the basic pages to flow. I had the RegistratioActionBean working without the whole wizard stuff, but now that I'm trying to add it, I'm dead in the water. I find it stunning that the Wizard pages in the Wiki have zero about the jsp. If I can get this working, I'll edit in something, but right now, there is no joy -- Pat Farrell http://www.pfarrell.com/ ------------------------------------------------------------------------------ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
