• 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

rest method issue in struts 1.X

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


I have two scenarios in struts 1.X.

1) When I set Boolean value of one variable from JSP and call the actionclass then that value is persisting and I am getting updated value

2) I have multiple action mapping URL where I am not using jsp as middle and I have form in session with boolean variable and I am calling multiple actions as action1-->action2-->action3 and I have set one boolean property as true in action2 and I am using one form which is in session scope but that value I am not getting into action3 because I have reset method and where I am setting boolean value as false for that variable.

I am always getting false value instead of true

Anyone has idea why it is failing on second scenario
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic