Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Percentage %is not printing. i used af:converter though

Subramanian MeyyappanMay 21 2012 — edited May 21 2012
hi experts,

first-of fall have a good moring to my friends.

first thing1: Percentage %is not printing
<af:column headerText="Percentage(.%)"  id="c3" align="right"
                       width="120">
                 <af:outputText value="#{row.SumOfDuePercentage}" id="ot5"/>
                <f:facet name="footer">
                <h:panelGrid columns="1" id="pg2" style="text-align:right;" width="100%">
                <af:outputText value="#{bindings.SumOfDuePercentage1.inputValue}" id="ot6">
                    <af:convertNumber type="percent" />
                  </af:outputText>
                </h:panelGrid>
              </f:facet>
            </af:column>
second thing:
i want to round off values which are all shown in (percentage .%) column

i searched 11g handbook using how to round-off using groovy.
not yet found may be i missed.?

see pics.
http://imageshack.us/photo/my-images/853/app1c.png/

-jdev11.1.1.5.0
thanks&&Regards
adf7.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 18 2012
Added on May 21 2012
9 comments
721 views