What are the various Struts tag libraries

Showing Answers 1 - 11 of 11 Answers

Madhu

  • Mar 23rd, 2005
 

struts-html tag library - used for creating dynamic HTML user interfaces and forms. struts-bean tag library - provides substantial enhancements to the basic capability provided by . struts-logic tag library - can manage conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management. struts-template tag library - contains tags that are useful in creating dynamic JSP templates for pages which share a common format.

  Was this answer useful?  Yes

A.J.Rameshkumar

  • Aug 23rd, 2005
 

we have 13 type of tag-libs in struts.that will followed by down. 
 
struts-bean.tld 
struts-html.tld 
struts-logic.tld 
struts-nested.tld 
struts-template.tld 
c.tld 
c-rt.tld 
fmt.tld 
fmt-rt.tld 
sql.tld 
sql-rt.tld 
x.tld 
x-rt.tld 

sathanantham

  • Oct 20th, 2005
 

c.tldfmt.tldsql.tldbean.tldhtml.tldtiles.tldlogic.tldtemplate.tld

  Was this answer useful?  Yes

Amzad Basha

  • May 20th, 2006
 

c.tld 
c-rt.tld 
fmt.tld 
fmt-rt.tld 
sql.tld 
sql-rt.tld 
x.tld 
x-rt.tld 

The above tag libraries are the Java ServerPages Tag Libraries. I mean they belong to JSTL, not specific to Struts...

  Was this answer useful?  Yes

Amzad Basha

  • May 20th, 2006
 

Following are the six Struts libraries:

  • Bean Tags
  • HTML Tags
  • Logic Tags
  • Nested Tags
  • Template Tags
  • Tiles Tags

  Was this answer useful?  Yes

nirav

  • May 24th, 2007
 

Agree with Amzad. in struts as on version 1.2 we have only six tag libs.

  Was this answer useful?  Yes

There are only five struts tag libraries

1)Bean tag lib

2)Html tag lib

3)logic tag lib

4)nested tag lib

5)Template tag lib

others are JSTL tag libraries(ex: c.tld,sql.tld,fmt.tld)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions