Hi
i have index.jsp
which contains the select box called country
i have the country details in
jsp
before loading the index.jsp the values should be fetched from the DB and that value should be listed in the index.jsp
i dont want to call a javascript on body on load
is there any way we can do this functionality using
servlets or listeners