Now here i have returned only one commandObject name 'schedulerCommand'.
Considering that jsp page is a registration page and has a list of radio button, one for sex, 2nd for course, 3rd for Class Studying etc... and if i go by this method of having all list object stored in the bean..which is like hard-cording way..
i rather want to have in the foll. way,
These list object will have list of Lookup class and in turn will have a single entry.
and i want to have access for all the these list object in jsp..how can i achieve in the above code ??
I am not sure what you are asking but it sounds like you want to add multiple lists to the model so its available in the JSP
or alternatively just return the String view and declare a model object in the parameter list. Objects added to the model will be available in the view.'