Frameworks| Hibernate| Struts| JSF| JavaFX| Ajax| Spring| DOJO| JDO| iBatis| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
JSF verbatim Tag 
 

JSF verbatim Tag renders output component (UIOutput) within the closest component. It takes the content from the body of this tag.

 

JSF verbatim Tag

                          

This tag renders output component (UIOutput) within the closest component. It takes the content from the body of this tag. This tag can be used to nest plain html within the JSF component tree. Any Html and jsp tags in the view tag can be nested within verbatim tag. The reason behind it is that all the content inside the f:view tag should be in the JSF component tree. When JSF component tree is rendered, it contains only JSF components. But html and JSP tags are not JSF components. So we nest the non JSF  tags to the verbatim tag that treats them as JSF components.    

Code Description :

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>

<f:view>
<html>
<body>
<h:form>
<f:verbatim>
<p><h3>This is the testing of verbatim tag of jsf.</p></h3>
</f:verbatim>
</h:form>
</body>
</html>
</f:view>

Rendered Output :

Html Source Code :

<html>
<body>
<form id="_id0" method="post" action="/coretag/pages/verbatim.jsf" enctype="application/x-www-form-urlencoded">

<p><h3>This is the testing of verbatim tag of jsf.</p></h3>
<input type="hidden" name="_id0" value="_id0" /></form>
</body>
</html>

This tag contains attribute :

escape : Its a boolean attribute. Itss default value is "false". If it is made true then the generated markup is escaped.

                          

» View all related tutorials
Related Tags: c database jdbc data io method managed this action write tab for example with work to base exam bean e

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.