[JBoss-user] [HTTPD, Servlets JSP] - JSP Compiler error

2004-12-30 Thread svdath
Whenever I try to compile the following code in JBoss, it gives Nullpointer Exception: jsp:include page = '%=WSSUtils.JSP_COMMON_PATH+SLA.jsp%' jsp:param name=FORM_NAME value=document.frmSubmitServiceRequests / jsp:param name=SELECTED_SERVICE

[JBoss-user] [HTTPD, Servlets JSP] - JSP Compiler error

2004-12-28 Thread svdath
Hi, I have the following piece of code in my JSp: jsp:include page = '%=WSSUtils.JSP_COMMON_PATH+SLA.jsp%' jsp:param name=FORM_NAME value=document.frmSubmitServiceRequests / jsp:param name=SELECTED_SERVICE value='%=eCRMRequest!=null?eCRMRequest.getParameter(setService):null%' / jsp:param