Hello people, the subject on which I want to consult are the JSP Tags.
I don't know how can I use JSP Tags, the packages or jars that I have to obtain (or the site to download them) and what kind of TAGS exist?
Felissa:p
Printable View
Hello people, the subject on which I want to consult are the JSP Tags.
I don't know how can I use JSP Tags, the packages or jars that I have to obtain (or the site to download them) and what kind of TAGS exist?
Felissa:p
I suppose you mean the Struts tags. If it is so, the reference of the diferents tags is in:
http://struts.apache.org/userGuide/struts-html.html
The necessary jar are included in the Struts framework.
You can download at
http://struts.apache.org/acquiring.html
Struts contains the validator-framework, that allows you to make validations of formulations.
Marcus:cool: