-R
VISTICOT FREDERIC wrote:
I'm using <tr:selectOneChoice with value mapped to an attribute att1 of type Integer. The combo box is not rendered correctly. Only the value is displayed. The solution is to use setAtt1(int att1). But the pb is that my POJO containing the att1 attribute can not be modified !!! What can i do ? Of course i'm using JDK1.5 Method is: Int getAtt1() And setAtt1(Integer att1) Fred

