Hi all!
I just need to access object, doplnokList which is LinkedList, passed from controller method
[...]
return new ModelAndView("hello","doplnokList",doplnokList);
to jsp page and access it in <% %> tag. Perhaps write its content to out.
Thanks for help!![]()


Reply With Quote
but its not working...

