Search:

Type: Posts; User: Sean4u

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: I am unable to read radio button actions in JSP

    One other thing I notice from your previous post is the fragment of Java code. If you have a FORM element with only a submit button in it, nothing (except perhaps the name of the submit button) will...
  2. [SOLVED] Re: I am unable to read radio button actions in JSP

    This is why I mentioned 'get' and 'post' in my previous comment. When you 'post' a form from a web browser, you send a request to the bare URL specified in the FORM's ACTION attribute, but with HTTP...
  3. [SOLVED] Re: I am unable to read radio button actions in JSP

    There's quite a bit missing. What you need to do is to make an HTML form:
    Forms in HTML documents
    Bookmark that page and read it often.

    Your form element should contain your input controls. You...
Results 1 to 3 of 3