• 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

how to get the default values when the jsp page is submited

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends

i have a page called index.jsp when i click submit i made so that it has to come to the index.jsp only
but the problem is

index.jsp.... is comming but the previous values are retained i mean the last time selected values are still like that

can any one tell me how to.. get the default values using "tld" ok bye friends

my code is




i am getting error at html:select

how to get the default values back.....
urgent please
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is this your full jsp file? If so you are missing your opening <html:select> tag (and several table tags). I don't understand...you say the page is working fine and they you say you get an error at html:select. I suggest posting more of your jsp, your action mapping and maybe your action code. Do you define a scope for you form?

- Brent
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic