I have a jsp
...
${mybean.data}
...
where mybean is a bean and which "data" field. I would like to convert
the integer to char, 1->A, 2->B, 3->C.... How can I do it with jstl,
struts taglib, and anything?
Thanks,
qq
quickcur@yahoo.com - 02 Nov 2005 00:02 GMT
I have a jsp with the following line
${mybean.data}
where mybean is a bean with a "data" integer field. The above jsp line
will display integer in the html. I would like , however, convert
the integer to char so that when data=1, "A" will be display, when
data=2, "B" will display, ...
How can I do it with jstl, struts taglib, and anything?
> Thanks,
>
> qq
quickcur@yahoo.com - 02 Nov 2005 00:02 GMT
I have a jsp with the following line
${mybean.data}
where mybean is a bean with a "data" integer field. The above jsp line
will display integer in the html. I would like , however, convert
the integer to char so that when data=1, "A" will be display, when
data=2, "B" will display, ...
How can I do it with jstl, struts taglib, and anything?
> Thanks,
>
> qq