Search:

Type: Posts; User: Sean4u

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,333

    Re: I have a problem in my JSP code

    That's more like it, though you should have included your declaration of 'i' in that code fragment. What you should really be doing here is changing your JSP, loading the page in your browser to test...
  2. Replies
    8
    Views
    1,333

    Re: I have a problem in my JSP code

    I'm at a loss to understand why you haven't fixed it in that case.

    You've got this:

    <tr>1 2 3 4</tr>
    <tr>1 2 3 4</tr>
    <tr>1 2 3 4</tr>
    <tr>1 2 3 4</tr>

    output a row at a time by a while...
  3. Replies
    8
    Views
    1,333

    Re: I have a problem in my JSP code

    Your loop makes 4 radio controls on a table row, with names coded from 1 to 4. Then it makes another row, using the same names. Radio controls with the same name run through columns of your HTML, not...
Results 1 to 3 of 3