| Author |
Tag libraries ?
|
Reghu Ram Thanumalayan
Ranch Hand
Joined: Oct 21, 2003
Posts: 193
|
|
Hello, Can any one explain what is tag libraries, what is it needed for and how is it useful in simple words. thanks,
|
Cheers,<br />Reghu Ram T<br /> <br />SCJP 1.4 - 98 %, SCBCD 1.3 - 94 %, SCMAD 1.0 - 92 %
|
 |
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
|
|
Tag libraries are Java code which you can put as action into jsp. Example: This tag for example do the iteration over collection. You don't need put scriptlet into your jsp page. That is the purpose of tags.
|
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
|
 |
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
|
|
Tag libraries are Java code which you can put as action into jsp. Example: This tag for example do the iteration over collection. You don't need put scriptlet into your jsp page. That is the purpose of tags.
|
 |
 |
|
|
subject: Tag libraries ?
|
|
|