Do you have:

<controller processorClass="your RequestProcessor class" />

defined in struts-config.xml ?

I think you need to define this for your customized RequestProcessor to
be called by Struts.


Saul

> -----Original Message-----
> From: Wes Kubo [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 09, 2003 12:34 PM
> To: Struts Users Mailing List
> Subject: Force initialization of RequestProcessor?
> 
> 
> 
> 
> 
> In my J2EE/struts app I'm initializing a class for handling properties
> within the RequestProcessor (actually a custom subclass of
> TilesRequestProcessor). This works fine in practice, because the EJB
tier
> is
> always accessed through the web tier and the properties are always
> initialized ok. The problem is that during testing, the web tier is
never
> called and the initialization doesn't happen. Is there any way to
force
> the
> RequestProcessor to initialize, even before its called?
> 
> Thanks.
> 
> 
> ---------------------------------------------------------------------
> 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