java - How do I use patterns with convertNumber? -


i trying use f:convertnumber tag. want use multiple patterns. see can date tag , color tag. there way convertnumber tag without creating custom tag.

my problem want able accept $ signs or no $ sign input.

thanks in advance.

for dollar sign (if number currencty), can try:

<f:convertnumber currencysymbol="$" type="currency" /> 

and pattern can:

<f:convertnumber pattern=".." /> 

Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

xslt - Umbraco and EXSLT sets do not work -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -