Re: Is order of TAG parameters is important?
"Hassan Schroeder" <[email protected]> Fri, 8 Aug 2008 06:12:45 -0700
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 7, 2008 at 5:56 PM, zalek <[email protected]> wrote: > I am learning JSP - I copied from: > http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi > a jar with JSTL libraries, definition of c.tld and I copied sample program > from: > http://www.developer.com/java/ejb/article.php/1447551 That tutorial is ancient, and out of date -- you don't need to put the TLD files in web.xml any more, just put jstl.jar and standard.jar in the lib directory of your app. And no, the parameter order isn't significant. FWIW, -- Hassan Schroeder ------------------------ [email protected]