If the read only is by design you could also use BeanDisplay component.
2009/5/7 Thiago H. de Paula Figueiredo
> On Thu, May 7, 2009 at 2:40 AM, Anton Marchenkov wrote:
> > Hi!
>
> Hi!
>
> > My TariffData.java interface looks as follows:
> >
> > public interface TariffData {
> >
> >Integer
On Thu, May 7, 2009 at 2:40 AM, Anton Marchenkov wrote:
> Hi!
Hi!
> My TariffData.java interface looks as follows:
>
> public interface TariffData {
>
> Integer getId();
>
> Long getFix();
>
> Double getCoeff();
>
> Long getMin();
>
> Long getMax();
> }
BeanEditor/BeanEditForm on