| Author |
Servlets and HTML: rather confused, jdbc assignment
|
Peter Gragert
Ranch Hand
Joined: Jan 16, 2001
Posts: 421
|
|
What is a good way of programming HTML-code? I need to print an edit and a delete button, each in its own 'form'! The HTML to be printed is identical behalve of 'edit' and 'delete' (and the servlet to be called). Print out the info directely is more or less twice 6 lines of code. Bilding one String and then using Str replace facility is another possibility. Using a method (with parameters) is a third one. Mixture of all this is a fourth one.
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
Having common code in two places is not usually a good idea.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: Servlets and HTML: rather confused, jdbc assignment
|
|
|