• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsp: include tag is not working properly for JBoss

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

I have code which having one jsp page and under the same jsp page I am using <jsp:include page=""/> tag for open the new page in the same jsp
But My code is working for webApplication server But In JBoss server ; My requested page is open in the new tab instead of open in the same jsp in i use jsp include tag.

my code is like..


Suppose this is my XYZ.jsp code



where displayActionUrl = "../struts/smarttext.do?method=launchSmartTextDisplayPopUp&SOURCE='Chart~0'&PANEID='1234'&OPTIONVALUE='forsmarttext'

This is my logical path struts/smarttext.do which I map in struts-config-xml which map to Action which is forwarding me to another jsp page like ABC.jsp
so according to my code that ABC.jsp should be open in the XYZ.jsp page But for JBOSS server it open the ABC.jsp in new window tab.

Kindly update me.. why it is not showing correct in JBOSS


I am getting this [size=12]exception for JBoss :[/size]



 
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic