Home Answers Viewqa Struts JSP pages are provided in Struts framework?

 
 


Clark
JSP pages are provided in Struts framework?
1 Answer(s)      2 years and 6 months ago
Posted in : Struts

What helpers in the form of JSP pages are provided in Struts framework?

View Answers

November 17, 2010 at 12:31 PM


Hi friends, 

Struts provides four major JSTLs(JSP standrads Tag Libraries). They are used as JSP helper. Those tag libraries are descrided in TLD (Tag Library Descriptor) files..
1 : struts-html.tld - Tags to help generating HTML elements.
2 : struts-form.tld - Tags to generating HTML FORM elements.
3 : struts-bean.tld - Tags representing some JavaBeans like: cookie, header, message, and page.
4 : struts-logic.tld - Tag representing boolean logic operations.

Thanks.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.