Results 1 to 2 of 2

Thread: problem on integrating Struts with Spring

  1. #1
    Join Date
    Jun 2005
    Posts
    9

    Default problem on integrating Struts with Spring

    To Use request delegation, i place the following in struts-config.xml:

    Code:
    <controller processorClass=
    "org.springframework.web.struts.DelegatingRequestProcessor"/>
    if using Tiles with Strust,
    Code:
    <controller processorClass=
    "org.springframework.web.struts.struts.DelegatingTilesRequestProcessor"/>
    The thing is i use both Tiles and non-tiles in my application, how to do it?

    any idea?

  2. #2

    Default

    Not sure what you mean by Tiles and non-tiles... if you are using Struts and Tiles, then use the DelegatingTilesRequestProcessor. Its just a subclass of the regular DelegatingRequestProcessor. If you could elaborate on what you mean by "non-tiles"...?

    Cheers,
    Mark

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 7
    Last Post: Aug 6th, 2006, 10:12 PM
  3. Replies: 0
    Last Post: May 27th, 2005, 09:21 AM
  4. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM
  5. Problem integrating spring with quartz
    By viniciusboson in forum Container
    Replies: 7
    Last Post: Nov 25th, 2004, 04:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •