Hi Nishant,

Replace ur controller tag with following one and check it out. 

<controller bufferSize="4096" debug="0" locale="false"
                nocache="false" inputForward="true"
                processorClass="org.apache.struts.action.RequestProcessor">
  <!-- The "input" parameter on "action" elements is the name of a
          local or global "forward" rather than a module-relative path -->
   <!--  <set-property property="inputForward" value="true"/>   -->
   <set-property property="inputForward" value="false"/>
</controller>

sachin



-----Original Message-----
From: Nishant [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 11:45 AM
To: Struts Users Mailing List
Subject: Re: class not found


yes i did it but it still throwing the same error !!!
Nishant Patil
Software Engineer
Cybage Software Pvt. Ltd. (A CMM Level 3 Company)
West Avenue , Kalyani Nagar,
Pune - 411 006
Tel: 91-20-4041700  -355
Email: [EMAIL PROTECTED]
Website: www.cybage.com
There's a difference between knowing the path, and walking the path
----- Original Message ----- 
From: "David G. Friedman" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 09, 2004 11:43 AM
Subject: RE: class not found


> Have you removed all plugIns to make sure it isn't something you are
> loading?
>
> Regards,
> David
>
> -----Original Message-----
> From: Nishant [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 09, 2004 1:05 AM
> To: Struts Users Mailing List
> Subject: class not found
>
>
> i am getting an exception as
> - javax.servlet.UnavailableException: Cannot initialize RequestProcessor
of
> clas
> s org.apache.struts.action.RequestProcessor:
> java.lang.ClassNotFoundException: o
> rg.apache.struts.action.RequestProcessor
> - Finalizing memory database plug in
>
> my struts-config.xml file contains following controlller
>
>   <controller>
>     <!-- The "input" parameter on "action" elements is the name of a
>          local or global "forward" rather than a module-relative path -->
>   <!--  <set-property property="inputForward" value="true"/>   -->
>   <set-property property="inputForward" value="false"/>
>     </controller>
>
> i aint able to point out where is error !! can any one plz help me !!!!
> thanks in advance !!1
> Nishant Patil
> Software Engineer
> Cybage Software Pvt. Ltd. (A CMM Level 3 Company)
> West Avenue , Kalyani Nagar,
> Pune - 411 006
> Tel: 91-20-4041700  -355
> Email: [EMAIL PROTECTED]
> Website: www.cybage.com
> There's a difference between knowing the path, and walking the path
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to