this is my first sevlet/jsp application.. so question might be dumb..
In my application, When the user opens the website, he will open index.jsp, now I have to get dynamic content inside this page. But the problem is that he is not requesting any
servlet as of yet.. So how to get dynamic content in first page ?
one option was to, create index.jsp and redirect it to a servlet.. that servlet gets all the information needed on first page and then redirects that info to "home.jsp".. is this good option? or are there any other options?
thanks in advanve