• 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

dojo prevent cache error+struts 1.2

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

I m using struts 1.2 and Jboss for this web aplication.

Used struts-tags.tld
tabbedpanel
but when click to any menu giving error

Error loading '/Gramlekha/jsp/Certificate/Business_NOC.jsp?tab=8&menu=2&dojo.preventCache=1247745122590&dojo.preventCache=1247745122888&dojo.preventCache=1247745123141' (200 OK)


for a fraction of seconds he shows the page but again giving the above error

please help me out
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How is preventCache the problem here? That message doesn't even mention any error produced by using preventCache.
preventCache is just a parameter passed in the url.

Use Firebug to see what it prints out, that should help you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic