I have been looking around for a wizard that can be implemented via dojo... I saw one in dojox but I'm having issues mostly because the sample I saw in the test wizard in the dojo archives used wizard panes to separate each page... but it was all coded in a single page!

Now, I have 6 pages (gsp/jsp pages) that are coded separately (using a webflow in grails) and should be loaded separately in a dialog-type of control because they have inter-dependencies (e.g. page 2 needs values from page 1). Is this possible in the dojo wizard? Or are there any other (javascript or other) libraries I can use for this?

Thanks in advance!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Maybe the grails ajaxflow plugin is what you're looking for. From what I can tell it uses jQuery under the hood but I don't suppose that is a showstopper for you.

link|improve this answer
Hmm, looks interesting... I'll check that one out, thanks! :) – callie16 Feb 15 '11 at 0:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.