• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

<jsp:include TO_ACTION/> do not work on WAS 6.1

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm having problems to compose pages with <jsp:include .../> on WAS, on JBoss x Tomcat every works fine.

I've tried a lot, but my <jsp:include page="bla.action" /> do not work in Websphere 6.1.

Everytime I get a recursive include to my home page.

If I remove the <jsp:include ...> to action and put data + include to jsp rendering the data, all works fine.

I have JAAS protecting all my actions, but this happens after I've got success login.

As I'm desperated and tried everything, now I'm trying not to use the Struts2 Filters, but one Servlet as dispatcher to prepare and execute the actions like above:


I'm not using sitemesh, but have struts clean up filters up and running:


When I was using FilterDispatcher, I've used FORWARD, REQUEST, INCLUDE, ERROR as dispatching, but, none works.

On my struts.xml I have something like:


Someone knows what is happening with my jsp:include *.action ?

[]'s
 
Happiness is not a goal ... it's a by-product of a life well lived - Eleanor Roosevelt. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic