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

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
JSF convertNumber Tag 
 

This tag is used to register the NumberConverter instance on the enclosing component.

 

JSF convertNumber Tag

                          

This tag is used to register the NumberConverter instance on the enclosing component. This class is responsible to convert String to java.util.Number object and  vice-versa.

Code Description :

<%@ page contentType="text/html" %>
<%@ 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 id="form1">
<table>
<tr>
<td><font color="#FF0000"><h:message for="number" /></font></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
<h:inputText id="number">
<f:convertNumber currencySymbol="$" type="currency" groupingUsed="#{false}"></f:convertNumber>
</h:inputText>
</td>
<td><h:commandButton value="Submit" /></td>
</tr>
</table>
</h:form>
</body>
</html>
</f:view>

Rendered Output : This is the first output that comes in front of the user.

When user inputs wrong input that does not start with the $ sign then error occurs, like below :

Html Source Code :

<html>
<body>
<form id="form1" method="post" action="/f-tags/pages/convertNumber/convertNumber.jsf" enctype="application/x-www-form-urlencoded">

<table>
<tr><td><font color="#FF0000"></font></td>
<td>&nbsp;</td>
</tr><tr><td>
<input id="form1:number" type="text" name="form1:number" />
</td>
<td><input type="submit" name="form1:_id1" value="Submit" /></td>
</tr>
</table>

<input type="hidden" name="form1" value="form1" /></form>
</body>
</html>

This tag contains some attributes:

currencyCode : In this attribute ISO 4217 currency code is set that will be applied when converting currency values. 
currencySymbol : This sets the currency symbol that will be applied when formatting currency values.
groupingUsed : 
This is the boolean attribute and is used to specify whether the output will contain grouping seperators. Its default value is "true".
integerOnly :
This is the boolean attribute and is used to specify whether only the integer part will be parsed.Its default value is "false".
locale :
This is used to specify the name of the locale for which we have to format the number.
maxFractionDigits :
It is used to specify the maximum no. of digits in the fractional part that will be formated.
maxIntegerDigits :
It is used to specify the maximum no. of digits in the integer part that will be formated.
minFractionDigits :
It is used to specify the minimum no. of digits in the fractional part that will be formated.
minIntegerDigits :
It is used to specify the minimum no. of digits in the integer part that will be formated.
pattern :
This is used to set the formatting pattern.
type :
It is used to specify the type of formatting. Its valid values are "number" "currency" "percentage". Its default value is "number".

                          

» 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 

Current Comments

1 comments so far (
post your own) View All Comments Latest 10 Comments:

this page not give clear Idae about
ConvertNumber try to more clearity
Thanks
ASHOK

Posted by Ch Ashok on Thursday, 07.19.07 @ 16:43pm | #21577

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.