• 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

just a question regarding ActionForm

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All:
I have an ActionForm called inquiryForm, and I want to do the following, when a user FIRST access the JSP page associated with the inquiryForm bean, I want to put some default value in the text fields. BUT if the user has chosen to enter his own values, then that is fine, and when the user goes to another page, and presses the "back" button on the browser later, I want whatever he has entered to still be there, (NOT neccessarily the default value set by the form bean),

can I accomplish this by setting some of the fields in the inquiryForm in the inquiryForm constructor with some condition checking




Please let me know...
Many THANKS
 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a beginner in Struts, but why don't you just use the Validate() method?

don't forget to "trim()" the string before "equals()".
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic