I want to write a generic wizard navigation panel to be included in my wizard pages that shows buttons like "previous" and "next" and a "Step # of ##" footer. Currently I can only see how to get the current page number; Is there a predefined way to retrieve general information on a wizard workflow (initial page, nr of pages) in my view (i.e. in the jsp), or do I have to add these pieces to the request myself?

Kind regards