Home Freemagazine Issue5 Tomahawk Tags



Tomahawk Tags
Posted on: October 11, 2010 at 12:00 AM
Tomahawk tags are the collection of standard components with extended functionality and supports all the existing JSF components with additional sets of functionality.

Tomahawk Tags

       

 

Tomahawk tags are the collection of standard components with extended functionality and supports all the existing JSF components with additional sets of functionality. Some tomahawk tags are described in the subsequent sections.

  1. Tomahawk document tag
    This tag is used to embed whole document into the jsp page. It is equivalent to the HTML <html> tag. We can use this tag in place of <html> tag in our JSP page. It has only one attribute ?state? that is used to specify the state stored by this component.
      
  2. Tomahawk documentHead tag
    This tag is used to encapsulate the head of the document. It is equivalent to the HTML <head> tag. We can use this tag in place of <head> tag in our JSP page. It has only one attribute ?state? that is used to specify the state stored by this component.

 

Read more at:

http://www.javajazzup.com/issue5/page23.shtml

 

Related Tags for Tomahawk Tags:


More Tutorials from this section

Ask Questions?    Discuss: Tomahawk Tags  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

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.