• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSPG0036E: Failed to find resource at JSPExtensionProcessor. handleRequest

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am new to Websphere Commerce server, and I did try to create a jsp view for the existing store, but when I configured the page in struts ext and also uploaded command by the acpload I am getting the below exception -

Stack Trace:
com.ibm.ws.jsp. webcontainerext .JSPErrorReport: JSPG0036E: Failed to find resource /UserArea/ SelfService /ContactUsNew.jsp at com.ibm.ws .jsp. webcontainerext. JSPExtensionProcessor. findWrapper( JSPExtensionProcessor.java:257) at com.ibm. ws.jsp. webcontainerext. JSPExtensionProcessor. handleRequest

The struts-ext entry as below -

<forward name="ContactUsView1/10551" className="com.ibm.commerce.struts .ECActionForward" path="/UserArea/ SelfService /ContactUsNew.jsp">
</forward>

<action path="/ContactUsView1" type="com.ibm.commerc e.struts.BaseAction">
</action>

I am calling the page as an href link from my Footer jsp as -

<c:url var="ContactUsViewURL" value="ContactUsView1">
<c aram name="langId" value="${langId}" />
<c aram name="storeId" value="${storeId}" />
<c aram name="catalogId" value="${catalogId}" />
</c:url>
<c:url var="FaqViewURL" value="FaqView">
<c aram name="langId" value="${langId}" />
<c aram name="storeId" value="${storeId}" />
<c aram name="catalogId" value="${catalogId}" />
</c:url>
< !-- open footer !-->
��2008
">Contact Us | Customer Service | Site Map | Privacy Policy | ">Faq
< !-- close footer !-->

Please could anyone approach with a solution?

Thank you in advance.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic