Posted By:
Neha_Kansal
Posted On:
Tuesday, January 25, 2005 11:58 AM
Hi, I am trying to populate a combo box using . I am storing a List Object in a reuqest scope inside my ActionServlet and then I use it in my .jsp page. But I get the following error: SEVERE: ServletException in '/pages/tiles/body/pricingBodyBasicSearch.jsp': No n ame specified org.apache.jasper.JasperException: No name specified My code in the jsp page is <%@ page import="java.util.Collection" %> <% Collection sportCategoryOptions = (Collection) request.getAttribute("sportCategoryOptions"); %> Am I missing something there, can someone help me with this, than
More>>
Hi,
I am trying to populate a combo box using
. I am storing a List Object in a reuqest scope inside my ActionServlet and then I use it in my .jsp page. But I get the following error:
SEVERE: ServletException in '/pages/tiles/body/pricingBodyBasicSearch.jsp': No n
ame specified
org.apache.jasper.JasperException: No name specified
My code in the jsp page is
<%@ page import="java.util.Collection" %>
<% Collection sportCategoryOptions = (Collection) request.getAttribute("sportCategoryOptions"); %>
Am I missing something there, can someone help me with this, thanks a lot.
Regards,
Neha.