Having problem with a context parm. I have a servlet that queries for 300+ list of names, it then builds a select list. This list changes infrequently, the jsp page is supposed to display the data from the servlet, so being the absolutly brilliant person that I am I wanted that option list built on startup, and then just have the jsp display the list.

I retrofitted the servlet to build the list, and then put <%=application.getAttribute("listOfDealer")%> in the jsp, open the page and wham -o awesome, great .. it doesnt work, all I see is null.

any thoughts



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to