Hi Anteneh,

you can try this:
    @Inject
    private BeanModelSource _beanModelSource;

    @Inject
    private ComponentResources _resources;

    @Retain
    private BeanModel _model;

    public void pageLoaded() {
       _model = _beanModelSource.create(SomeBean.class, true, _resources);//
where SomeBean is the bean of the list
       _model.get("some_attribute").sortable(false); //and some_attribute is
an attribute of SomeBean
    }

and put this on your template:
   <table t:type="grid" source="SomeBeanList" row="someBean" model="model"
/>

2008/1/29, Sven Homburg <[EMAIL PROTECTED]>:
>
> great news !!
>
> 2008/1/29, Anteneh Bayouh <[EMAIL PROTECTED]>:
> >
> >
> >
> > --
> > View this message in context:
> > http://www.nabble.com/tap-tp15169809p15169809.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> with regards
> Sven Homburg
>



-- 
Atenciosamente,
Marcelo Lotif

Reply via email to