• 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

Token issue with tiles plugin in struts 1.3

 
Ranch Hand
Posts: 42
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,

I am new Struts.In one of project module i want to use the token concept and tiles plugin . i want to stop the duplicate form submission . for this ,before coming to main form i have written one action and wrote saveToken(request).and then my action forwards to the MainLayoutPage(one of the tiles definition) .it has footer,header,content,left navigation pages. when i am submit the form from MainPage it always give false for isvalidToken() method and no hidden parameter is written to MainLayoutPage.

please give me solution to this problem.

thanks and regards
Ram
reply
    Bookmark Topic Watch Topic
  • New Topic