• 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

regarding radio buton selection

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai guys iam new to this jsp subject... here is my problem

in HTMl page (first main page) there will be three radio buttons with submit button...once if i click the submit button ... selected radio button's data (it will select xml file... parse it. get sql queries... execute that particular query from the data base...send this data base to one jsp(***)) is displayed on jsp(***) along with the radio buttons as in HTMl page to show which radio butons data its displaying currently now.... bt for me radio button is not selected but table is displayed ....pl....ugent dudes...
Tahks in advance


[BPSouther: Removed 'urgent' from and non-words from subject line.]
[ October 25, 2007: Message edited by: Ben Souther ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rajendra Kumar.K:
....pl....ugent dudes...



Welcome to JavaRanch!

In an effort to help you get the most from our forums, we've compiled a
list of tips for asking questions here. You can find the list in our
FAQ section here.
In particular please see:
UseRealWords


Abbreviations such as "u" or "ur" in
place of "you" and "you are" or "you're" confound language translation software making
it hard for our non-English speaking members to read your posts.
"plz" is not a word in the English language.


Also, if this is really important to you then you should definately read
EaseUp to find out why adding the word 'urgent' to your subject line or post can slow down responses to your question or even stop them altogether.

The best way to get a speedy response to your question is to make sure it is well formed, and easy to read.

Again, welcome to JavaRanch and good luck with your question.
-Ben
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What you've given us so far are your requirements.

Without knowing what exactly, you're stuck on, it would be difficult for us to help you. If you're that new to JSP, database, and/or web programming, I would suggest stepping back from this project until you get familiar with these technologies. There are many books available on the subject and Google searches with keywords like "JSP tutorial", "HTML Tutorial", and "JDBC tutorial" will lead you to plenty of sites that teach these things.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic