Duffman12
11-15-2007, 07:29 PM
i have a chunk of html that i use over and over with only a few things slightly different. here's an example template:
<div class=poo> this is div # <b> 3 </b> </div>
that's a simplification of what i have. i want to be able to call a function or write a jsp tag or something and give it a number (in this case, 3), and have it print all that with the number in place of the 3. i'm sure this is possible and simple, i'm just new to jsp and need some direciton. thanks!
<div class=poo> this is div # <b> 3 </b> </div>
that's a simplification of what i have. i want to be able to call a function or write a jsp tag or something and give it a number (in this case, 3), and have it print all that with the number in place of the 3. i'm sure this is possible and simple, i'm just new to jsp and need some direciton. thanks!