What the problem? You can put your textboxes in table one <td> for each textbox when 5 textboxes have "visibility = visible" and the last one has "hidden" until Add button pressed.
For this you don't ever need JSP it's the client side (JavaScript) solution.
Another JS solution may be if you want to create new Textbox for
each button pressing.
Here also just client side solution may be used:
you can append to innerHTML of <DIV> or <TD> element
your new textbox html string.

[ February 17, 2003: Message edited by: Alona Samardin ]