IntelliJ Java IDE
The moose likes JSF and the fly likes Why we use <f:verbatim/>? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Why we use &lt;f:verbatim/&gt;?" Watch "Why we use &lt;f:verbatim/&gt;?" New topic
Author

Why we use &lt;f:verbatim/&gt;?

Balaji Natarajan
Greenhorn

Joined: Nov 24, 2007
Posts: 29
i need to know the general use of <f:verbatim>. i read through the spec but i could not understand why its being used. Few of the JSF pages include <h:commandLink> within <f:verbatim> tag. Is it like a <c:url> or <%=response.encodeUrl()%>? Pls help me...


Best Regards,<br />Balaji Natarajan<br /> <br />SCJP 1.5 100%<br />SCWCD 1.5 92%<br />SCBCD (In Progress)
Ketan Jambhekar
Ranch Hand

Joined: Mar 26, 2007
Posts: 37
Hi,
Refer to the discussion in the following link
f:verbatim

Ketan
Ryan Lubke
Ranch Hand

Joined: Jun 20, 2007
Posts: 36
Originally posted by Ketan Jambhekar:
Hi,
Refer to the discussion in the following link
f:verbatim

Ketan


NOTE: f:verbatim isn't necessary if using JSF 1.2 in combination with JSP 2.1.
 
 
subject: Why we use &lt;f:verbatim/&gt;?
 
Threads others viewed
Probem in javascript in a JSF when implementing tiles in it
Problem with comparing symbol in Javascript
Problem with h:outputText
JSF and Layouts
How to allgin text in JSF application?
IntelliJ Java IDE