• 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

retain after populating struts2 select tag using map from properties file

 
Greenhorn
Posts: 1
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 3 select tags independent of each other in JSP

These select tags are filled dynamically from Properties File.

I am able to get values in map from Properties file.

However, the select tags are fourth , fifth and sixth tags.

The select tags get populated at execute method in struts 2 .

In execute method the list and select tags are seen populated.

However, when I enter the data in first field for employee no, the data from select tags and map refered to by list vanishes.

Can someone help me to retain the value in dropdown selects





reply
    Bookmark Topic Watch Topic
  • New Topic