Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




Java interview questions: - How can you configure tag libraries in Struts 1.xx version?

Following are the steps to configure tag libraries in Struts 1.xx version.

Manual configuration:

Used in Struts version less than or equal 1.1

Step 1:  Download struts-bean.tld, struts-html.tld, struts-logic.tld and struts-tiles.tld and put the same in WEB-INF

Step 2:  Declare the taglib uri in web.xml

And so on

Step 3: Access the same in Jsp

Automatic Configuration:

Used in Struts version 1.2, 1.3

Step 1:

Download struts-taglib.jar and put the jar in WEB-INF/lib

(All the tld are present in struts-taglib.jar\META-INF\tld)

Step 2: Access the tlds in Jsp

Also see the following interesting video on Struts: -

Know more on Java interview questions

Regards,

Get more on Java/Struts interview questions from author’s blog

Share this article   |    Print    |    Article read by 3649 times
Author:
Shivprasad Koirala
We conduct training for Java/J2EE technologies like design patterns, J2EE, Struts, Hibernate, Spring, Rich Interface etc. and likes to write articles on the same in free time.
Related Articles: No related article
Related Interview Questions: