If the read only is by design you could also use BeanDisplay component.

2009/5/7 Thiago H. de Paula Figueiredo <thiag...@gmail.com>

> On Thu, May 7, 2009 at 2:40 AM, Anton Marchenkov <m...@handybank.ru> 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 only work on read/write properties, and our
> TariffData just have read-only ones.
>
> --
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to