Re: [T5] tapestry grid inplace.

2008-06-30 Thread Tan [EMAIL PROTECTED]
thank you YunHua. because lack of @Persist  :)

On Tue, Jul 1, 2008 at 2:00 AM, Yunhua Sang <[EMAIL PROTECTED]> wrote:

> Is materialTypes with annotation @Persist?
>
> By the way, you don't need to put the t:grid in a zone, my mistake. if
> inPlace set to ture, the grid is with a zone aromatically.
>
> Yunhua
>
> On Mon, Jun 30, 2008 at 1:01 PM, Tan [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> >  >   t:source="materialTypes"
> >   t:row="materialType"
> >   t:rowsPerPage="1"
> >   t:pagerPosition="top"
> >   t:inPlace="true"
> >   >
> >
> >   
> > > t:context="materialType.id">
> >${materialType.id}
> >
> >
> >   
> >
> >
> > thank you
> >
> > On Tue, Jul 1, 2008 at 12:57 AM, Yunhua Sang <[EMAIL PROTECTED]>
> wrote:
> >
> >> So when you remove the inPlace attribute, it works well, right?
> >>
> >> May I have a look at your code?
> >>
> >>
> >> On Mon, Jun 30, 2008 at 12:48 PM, Tan [EMAIL PROTECTED]
> >> <[EMAIL PROTECTED]> wrote:
> >> > may i know how to code it? because i have tried as what u have
> mentioned.
> >> > but still come
> >> > out the message. there is no a data.
> >> >
> >> > On Tue, Jul 1, 2008 at 12:44 AM, Tan [EMAIL PROTECTED] <
> >> [EMAIL PROTECTED]>
> >> > wrote:
> >> >
> >> >> no. do you have any sample ?
> >> >>
> >> >>
> >> >> On Tue, Jul 1, 2008 at 12:39 AM, Yunhua Sang <[EMAIL PROTECTED]>
> >> >> wrote:
> >> >>
> >> >>> Have you put the grid in a zone?
> >> >>>
> >> >>> On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
> >> >>> <[EMAIL PROTECTED]> wrote:
> >> >>> > hi all,
> >> >>> >
> >> >>> > is any one have workable tapestry5 grid inplace sample? i think i
> >> have
> >> >>> miss
> >> >>> > out some coding.
> >> >>> > it show me "here is no data to display".
> >> >>> >
> >> >>> >
> >> >>> > REGards,
> >> >>> > Cyber
> >> >>> >
> >> >>>
> >> >>>
> -
> >> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >> >>>
> >> >>>
> >> >>
> >> >
> >>
> >> -
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [T5] tapestry grid inplace.

2008-06-30 Thread Yunhua Sang
Is materialTypes with annotation @Persist?

By the way, you don't need to put the t:grid in a zone, my mistake. if
inPlace set to ture, the grid is with a zone aromatically.

Yunhua

On Mon, Jun 30, 2008 at 1:01 PM, Tan [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>t:source="materialTypes"
>   t:row="materialType"
>   t:rowsPerPage="1"
>   t:pagerPosition="top"
>   t:inPlace="true"
>   >
>
>   
> t:context="materialType.id">
>${materialType.id}
>
>
>   
>
>
> thank you
>
> On Tue, Jul 1, 2008 at 12:57 AM, Yunhua Sang <[EMAIL PROTECTED]> wrote:
>
>> So when you remove the inPlace attribute, it works well, right?
>>
>> May I have a look at your code?
>>
>>
>> On Mon, Jun 30, 2008 at 12:48 PM, Tan [EMAIL PROTECTED]
>> <[EMAIL PROTECTED]> wrote:
>> > may i know how to code it? because i have tried as what u have mentioned.
>> > but still come
>> > out the message. there is no a data.
>> >
>> > On Tue, Jul 1, 2008 at 12:44 AM, Tan [EMAIL PROTECTED] <
>> [EMAIL PROTECTED]>
>> > wrote:
>> >
>> >> no. do you have any sample ?
>> >>
>> >>
>> >> On Tue, Jul 1, 2008 at 12:39 AM, Yunhua Sang <[EMAIL PROTECTED]>
>> >> wrote:
>> >>
>> >>> Have you put the grid in a zone?
>> >>>
>> >>> On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
>> >>> <[EMAIL PROTECTED]> wrote:
>> >>> > hi all,
>> >>> >
>> >>> > is any one have workable tapestry5 grid inplace sample? i think i
>> have
>> >>> miss
>> >>> > out some coding.
>> >>> > it show me "here is no data to display".
>> >>> >
>> >>> >
>> >>> > REGards,
>> >>> > Cyber
>> >>> >
>> >>>
>> >>> -
>> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >>> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>>
>> >>>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [T5] tapestry grid inplace.

2008-06-30 Thread Tan [EMAIL PROTECTED]


   

${materialType.id}


   


thank you

On Tue, Jul 1, 2008 at 12:57 AM, Yunhua Sang <[EMAIL PROTECTED]> wrote:

> So when you remove the inPlace attribute, it works well, right?
>
> May I have a look at your code?
>
>
> On Mon, Jun 30, 2008 at 12:48 PM, Tan [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > may i know how to code it? because i have tried as what u have mentioned.
> > but still come
> > out the message. there is no a data.
> >
> > On Tue, Jul 1, 2008 at 12:44 AM, Tan [EMAIL PROTECTED] <
> [EMAIL PROTECTED]>
> > wrote:
> >
> >> no. do you have any sample ?
> >>
> >>
> >> On Tue, Jul 1, 2008 at 12:39 AM, Yunhua Sang <[EMAIL PROTECTED]>
> >> wrote:
> >>
> >>> Have you put the grid in a zone?
> >>>
> >>> On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
> >>> <[EMAIL PROTECTED]> wrote:
> >>> > hi all,
> >>> >
> >>> > is any one have workable tapestry5 grid inplace sample? i think i
> have
> >>> miss
> >>> > out some coding.
> >>> > it show me "here is no data to display".
> >>> >
> >>> >
> >>> > REGards,
> >>> > Cyber
> >>> >
> >>>
> >>> -
> >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>> For additional commands, e-mail: [EMAIL PROTECTED]
> >>>
> >>>
> >>
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [T5] tapestry grid inplace.

2008-06-30 Thread Yunhua Sang
So when you remove the inPlace attribute, it works well, right?

May I have a look at your code?


On Mon, Jun 30, 2008 at 12:48 PM, Tan [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> may i know how to code it? because i have tried as what u have mentioned.
> but still come
> out the message. there is no a data.
>
> On Tue, Jul 1, 2008 at 12:44 AM, Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
>
>> no. do you have any sample ?
>>
>>
>> On Tue, Jul 1, 2008 at 12:39 AM, Yunhua Sang <[EMAIL PROTECTED]>
>> wrote:
>>
>>> Have you put the grid in a zone?
>>>
>>> On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
>>> <[EMAIL PROTECTED]> wrote:
>>> > hi all,
>>> >
>>> > is any one have workable tapestry5 grid inplace sample? i think i have
>>> miss
>>> > out some coding.
>>> > it show me "here is no data to display".
>>> >
>>> >
>>> > REGards,
>>> > Cyber
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [T5] tapestry grid inplace.

2008-06-30 Thread Tan [EMAIL PROTECTED]
may i know how to code it? because i have tried as what u have mentioned.
but still come
out the message. there is no a data.

On Tue, Jul 1, 2008 at 12:44 AM, Tan [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

> no. do you have any sample ?
>
>
> On Tue, Jul 1, 2008 at 12:39 AM, Yunhua Sang <[EMAIL PROTECTED]>
> wrote:
>
>> Have you put the grid in a zone?
>>
>> On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
>> <[EMAIL PROTECTED]> wrote:
>> > hi all,
>> >
>> > is any one have workable tapestry5 grid inplace sample? i think i have
>> miss
>> > out some coding.
>> > it show me "here is no data to display".
>> >
>> >
>> > REGards,
>> > Cyber
>> >
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>


Re: [T5] tapestry grid inplace.

2008-06-30 Thread Tan [EMAIL PROTECTED]
no. do you have any sample ?

On Tue, Jul 1, 2008 at 12:39 AM, Yunhua Sang <[EMAIL PROTECTED]> wrote:

> Have you put the grid in a zone?
>
> On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > hi all,
> >
> > is any one have workable tapestry5 grid inplace sample? i think i have
> miss
> > out some coding.
> > it show me "here is no data to display".
> >
> >
> > REGards,
> > Cyber
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: [T5] tapestry grid inplace.

2008-06-30 Thread Yunhua Sang
Have you put the grid in a zone?

On Mon, Jun 30, 2008 at 10:48 AM, Tan [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> hi all,
>
> is any one have workable tapestry5 grid inplace sample? i think i have miss
> out some coding.
> it show me "here is no data to display".
>
>
> REGards,
> Cyber
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]