• 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

Browser Back from one XSL to another

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a Web Based application that displays search results using Style Sheets.
I have a JSP Search Screen where I enter data & the results are displayed using XSL.
When I do the search, display the results & then display another Style Sheet ( so the history is JSP -> XSL -> XSL) & hit the Back button, it skips the middle Style Sheet & goes straight to the JSP. But, if I call a jsp between the 2 XSL Style Sheets (ie history is JSP -> XSL -> JSP -> XSL) & hit the back button, it goes to the second JSP as expected.
I have NO idea what the problem is, does anyone else?
Thanks in advance,
D
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could be a consequence of WWW's REST architectural style.
What do you mean by "then display another Style Sheet"? How exactly do you call XSLT?
[ February 22, 2002: Message edited by: Mapraputa Is ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic