Results 1 to 3 of 3

Thread: Spring 2.5.6 and Tiles 1.1

  1. #1
    Join Date
    Nov 2008
    Posts
    20

    Default Spring 2.5.6 and Tiles 1.1

    I am trying to introduce Spring 2.5.6 in my existing application which is using Tiles 1.1 , I am getting the following exception:


    Is Spring 2.5.6 has support with Tiles 1.1 ?

    I found this from spring site saying "Note that the TilesView class for Tiles 2 supports JSTL (the JSP Standard Tag Library) out of the box, whereas there is a separate TilesJstlView subclass in the Tiles 1.x support." But I dont find TilesJstlView class in my spring version.

    Can you please help me with this issue?


    Exception is:

    [I]org.springframework.web.util.NestedServletExceptio n: Request processing failed; nested exception is org.apache.tiles.TilesException: No request dispatcher returned for path 'null'
    at org.springframework.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:583)
    at org.springframework.web.servlet.FrameworkServlet.d oGet(FrameworkServlet.java:501)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:820)
    at weblogic.servlet.internal.StubSecurityHelper$Servl etServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invok eServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute( ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(Tail Filter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.java:42)
    Last edited by arcsri; Jan 11th, 2010 at 02:46 PM.

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,791

    Default

    Hi

    use code tags to let us have an easier understanding,
    and show us your respective configuration to see what is missing or wrong
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  3. #3
    Join Date
    Jul 2010
    Posts
    1

    Default

    @arcsri

    You have to include an addition JAR --> spring-webmvc-struts-2.5.6.jar

    http://mirrors.ibiblio.org/pub/mirro...-struts/2.5.6/

Posting Permissions

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