Hello,

I have a site that I want to rework and include the tiles framework.
Possible problem is as follows through:

A new struts-blank.war extracted shows the processorClass being the
TilesRequestProcessor.


   <controller
      processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>


My existing site, has SSL and I am using

 <controller
      inputForward="false"
      maxFileSize="5M"
      contentType="text/html;charset=UTF-8"
      locale="true"
      nocache="true"
      processorClass="org.apache.struts.action.SecureRequestProcessor"
  />


Since I need to keep the SecureRequestProcessor running, and cannot do
away with that, how can I use tiles with my struts application?

Thanks,

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

Reply via email to