views:

5

answers:

0

I want to make format number in my jsp view as follows:

0000001
0000090
0911111

I try use

<bean:write format="0000000">

but the format does not work.