Hi all

I use AbstractWizardFormController for my forms and I need to obtain a view name of the current view on JSP side. All my views are defined similar to following:

historyView.attributesCSV=body=[/jsp/billing/historyBody.jsp],\
showAccount=[true],\
leftNav=[/jsp/billing/includes/billingMenu.jsp],\
activeTab=[billing]

Basically, I'm wondering if there is a variable which stores the name of the view (in this case "historyView") that I can access on the jsp when using Wizard controller. I would appreciate any help.