Quantcast
Channel: JavaPins - Stories tagged with configure
Viewing all articles
Browse latest Browse all 7

Configure the Struts Tag Libraries

$
0
0
In Struts framework, you always need to configure the Struts tag libraries in order to access it in view page (JSP). There are two ways to configure it.1. Strut Tag Libraries Manual Configuration The manual configuration is the old and classic way, used in Struts version container. Download all the Struts dependencies, make sure the following “tld” files are copy to WEB-INF folder, you can find these files in the downloaded Struts library.struts-bean.tldstruts-html.tldstruts-logic.tldstruts-tiles.tld ...
Pin it

Viewing all articles
Browse latest Browse all 7

Trending Articles